1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-08 04:00:25 +08:00

fix(file): base16384_decode_fd_detailed

This commit is contained in:
源文雨
2024-04-05 00:48:13 +09:00
parent 7c8080d115
commit cde0cacd07
4 changed files with 31 additions and 19 deletions

View File

@@ -105,7 +105,7 @@ char tstbuf[BASE16384_ENCBUFSZ];
}
#define test_fp_detailed(flag) \
fputs("testing base16384_en/decode_fp...\n", stderr); \
fputs("testing base16384_en/decode_fp with flag "#flag"...\n", stderr); \
init_input_file(); \
for(i = TEST_SIZE; i > 0; i--) { \
reset_and_truncate(fd, i); \
@@ -137,7 +137,7 @@ char tstbuf[BASE16384_ENCBUFSZ];
}
#define test_fd_detailed(flag) \
fputs("testing base16384_en/decode_fd...\n", stderr); \
fputs("testing base16384_en/decode_fd with flag "#flag"...\n", stderr); \
init_input_file(); \
for(i = TEST_SIZE; i > 0; i--) { \
reset_and_truncate(fd, i); \