RETTOK -> RETERR

This commit is contained in:
Mark Andrews
2012-12-09 07:45:51 +11:00
parent 155b56e918
commit dac630a1bd

View File

@@ -42,7 +42,7 @@ fromtext_txt(ARGS_FROMTEXT) {
isc_textregion_t r;
DE_CONST("#", r.base);
r.length = 1;
RETTOK(txt_fromtext(&r, target));
RETERR(txt_fromtext(&r, target));
strings++;
}
for (;;) {