]> granicus.if.org Git - openjpeg/commitdiff
[trunk] fgets takes an int as parameter
authorMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 3 Mar 2014 12:11:53 +0000 (12:11 +0000)
committerMathieu Malaterre <mathieu.malaterre@gmail.com>
Mon, 3 Mar 2014 12:11:53 +0000 (12:11 +0000)
tests/compare_dump_files.c

index 6bc5145b29536f0a8b7e05e9d3af1acf00e35600..61048c97d001e35d5520790a205e2f36451e32ef 100644 (file)
@@ -187,7 +187,7 @@ int main(int argc, char **argv)
 
     if(chbase != chtest)
       {
-      size_t nbytes = 2048;
+      int nbytes = 2048;
       int CRLF_shift=1;
       char *strbase, *strtest, *strbase_d, *strtest_d;