Browse Source

small ws fix.

experimental/pre_new_hash_func
Sterling Hughes 25 years ago
parent
commit
db305fc6f7
  1. 2
      ext/session/mod_files.c

2
ext/session/mod_files.c

@ -288,7 +288,7 @@ PS_WRITE_FUNC(files)
* the existing data set.
*/
if (vallen < data->st_size)
if (vallen < data->st_size)
ftruncate(data->fd, 0);
#ifdef HAVE_PWRITE

Loading…
Cancel
Save