We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 679f794 commit 8a3eb51Copy full SHA for 8a3eb51
ext/session/mod_files.c
@@ -246,7 +246,7 @@ PS_CLOSE_FUNC(files)
246
247
PS_READ_FUNC(files)
248
{
249
- ssize_t n;
+ long n;
250
struct stat sbuf;
251
PS_FILES_DATA;
252
@@ -276,7 +276,7 @@ PS_READ_FUNC(files)
276
277
PS_WRITE_FUNC(files)
278
279
280
281
282
ps_files_open(data, key);
0 commit comments