mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +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));
|
||||
close(fh);
|
||||
remove(str);
|
||||
return n < sizeof(buf);
|
||||
return n < (int)sizeof(buf);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user