Skip to content
Snippets Groups Projects

update the header definition according to PLATO-UVIE-PL-UM-0001 Draft 6

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1148,7 +1148,7 @@ ssize_t read_file8(const char *file_name, uint8_t *buf, uint32_t n_word, int ver
abort();
errno = 0;
fp = fopen(file_name, "r");
fp = fopen(file_name, "rb");
if (fp == NULL)
goto fail;
Loading