From: Mikko Rasa Date: Sat, 5 Jan 2013 09:40:42 +0000 (+0200) Subject: Pass mode to ZlibCompressed X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=73ef0d0378ba1c987f99522ba904cba9fd4b0ad4;hp=73ef0d0378ba1c987f99522ba904cba9fd4b0ad4;p=libs%2Fdatafile.git Pass mode to ZlibCompressed This makes creating compressed packs work. The temporary file is opened with M_RDWR because we want to read the data back from the same handle, so ZlibCompressed can't autodetect the mode. ---