mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
warnings fix: sanitized 'write'alike callback prototype (int retval -> ssize_t)
Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
This commit is contained in:
parent
baef389ce7
commit
0d281515a6
@ -834,7 +834,7 @@ vfs_s_read (void *fh, char *buffer, int count)
|
||||
return -1;
|
||||
}
|
||||
|
||||
static int
|
||||
static ssize_t
|
||||
vfs_s_write (void *fh, const char *buffer, int count)
|
||||
{
|
||||
int n;
|
||||
|
Loading…
Reference in New Issue
Block a user