[trunk] fgets takes an int as parameter

This commit is contained in:
Mathieu Malaterre 2014-03-03 12:11:53 +00:00
parent e92fe4c1a4
commit 80c5106015
1 changed files with 1 additions and 1 deletions

View 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;