configure: Add missing $val != "yes" test to override compile_prog() result
[fio.git] / t / lfsr-test.c
index bad5097271723ba68e50cf488cbfd3d6d329e608..7016f2688f6bfc0dc5f50811143722a1820d06ac 100644 (file)
@@ -80,7 +80,7 @@ int main(int argc, char *argv[])
                v_size = numbers * sizeof(uint8_t);
                v = malloc(v_size);
                memset(v, 0, v_size);
-               printf("\nVerification table is %lf KBs\n", (double)(v_size) / 1024);
+               printf("\nVerification table is %lf KiB\n", (double)(v_size) / 1024);
        }
        v_start = v;