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

fix base16384_decode_fd

This commit is contained in:
源文雨
2022-10-17 12:56:55 +08:00
parent 9cfa8ad1bc
commit b9fcd2e153
3 changed files with 9 additions and 5 deletions

View File

@@ -103,6 +103,7 @@ int main(int argc, char** argv) {
case base16384_err_write_file: perror("base16384_err_write_file"); break;
case base16384_err_open_input_file: perror("base16384_err_open_input_file"); break;
case base16384_err_map_input_file: perror("base16384_err_map_input_file"); break;
case base16384_err_read_file: perror("base16384_err_read_file"); break;
default: perror("base16384"); break;
}
return exitstat;