mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed compiler warning
SVN revision: 2269
This commit is contained in:
parent
38595ca41d
commit
4c065a6271
@ -24561,7 +24561,7 @@ int is_file_system_full(char *file_name)
|
|||||||
n = write(fh, buf, sizeof(buf));
|
n = write(fh, buf, sizeof(buf));
|
||||||
close(fh);
|
close(fh);
|
||||||
remove(str);
|
remove(str);
|
||||||
return n < sizeof(buf);
|
return n < (int)sizeof(buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*------------------------------------------------------------------*/
|
/*------------------------------------------------------------------*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user