diff options
Diffstat (limited to 'lib/Handle.cc')
-rw-r--r-- | lib/Handle.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Handle.cc b/lib/Handle.cc index 210186d..401ea26 100644 --- a/lib/Handle.cc +++ b/lib/Handle.cc @@ -759,7 +759,7 @@ void Handle::Flush() { if (z >= 10) { } else if (zfile) { - gzflush(zile, Z_FULL_FLUSH); + gzflush(zfile, Z_FULL_FLUSH); } else { #ifdef HAVE_FSYNC fsync(h); |