mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Fixed compiler warning
SVN revision: 1670
This commit is contained in:
parent
456675fc9d
commit
3b45b11b74
@ -571,7 +571,7 @@ int my_read(int fh, void *buffer, unsigned int bytes)
|
||||
|
||||
n += i;
|
||||
|
||||
} while (n < bytes);
|
||||
} while (n < (int)bytes);
|
||||
#else
|
||||
return read(fh, buffer, bytes);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user