mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix
This commit is contained in:
@@ -101,7 +101,7 @@ file_reader (void *cls, uint64_t pos, char *buf, int max)
|
||||
{
|
||||
FILE *file = cls;
|
||||
|
||||
fseek (file, pos, SEEK_SET);
|
||||
(void) fseek (file, pos, SEEK_SET);
|
||||
return fread (buf, 1, max, file);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user