2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

RETTOK -> RETERR

This commit is contained in:
Mark Andrews 2012-12-09 07:45:51 +11:00
parent ecf5a60f1e
commit 50aaa90130

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 (;;) {