X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Ftests_octopus%2Ft_bin.cpp;h=74c850900e91764638011cdce233c1d1ab0fc3f8;hb=00e1d6332443606e99a23eddd9ed6f29bd910214;hp=6cbadd357a80e059f51e12e78b99cbeb12f94235;hpb=aad83c15eb10a34baff9b6472f88d1dfa1db9d77;p=feisty_meow.git diff --git a/octopi/library/tests_octopus/t_bin.cpp b/octopi/library/tests_octopus/t_bin.cpp index 6cbadd35..74c85090 100644 --- a/octopi/library/tests_octopus/t_bin.cpp +++ b/octopi/library/tests_octopus/t_bin.cpp @@ -88,7 +88,7 @@ LOG(a_sprintf("test type %d beginning...%c", q, c)); if (! (i % 50) ) { printf("^"); - fflush(NIL); + fflush(NULL_POINTER); } } program_wide_logger().get().eol(parser_bits::CRLF_AT_END); @@ -107,7 +107,7 @@ LOG(a_sprintf("test type %d beginning...%c", q, c)); items_seen++; if (! (items_seen % 50) ) { printf("v"); - fflush(NIL); + fflush(NULL_POINTER); } bool saw_it = false; for (int q = 0; q < item_list.length(); q++) { @@ -130,7 +130,7 @@ LOG(a_sprintf("test type %d beginning...%c", q, c)); items_seen++; if (! (items_seen % 50) ) { printf("v"); - fflush(NIL); + fflush(NULL_POINTER); } bool saw_it = false; for (int q = 0; q < item_list.length(); q++) { @@ -152,7 +152,7 @@ LOG(a_sprintf("test type %d beginning...%c", q, c)); items_seen++; if (! (items_seen % 50) ) { printf("v"); - fflush(NIL); + fflush(NULL_POINTER); } item_list.zap(j, j); j--; // skip back.