* patches/claws-mail-2.10.0/03-w32-port.patch: Fix cut&paste bug.
* patches/claws-mail-2.9.2/03-w32-port.patch: Likewise.
Spotted by Colin Leroy.
+2007-07-05 Marcus Brinkmann <marcus@g10code.de>
+
+ * patches/claws-mail-2.10.0/03-w32-port.patch: Fix cut&paste bug.
+ * patches/claws-mail-2.9.2/03-w32-port.patch: Likewise.
+ Spotted by Colin Leroy.
+
2007-07-04 Jan-Oliver Wagner <jan-oliver.wagner@intevation.de>
* README: Added just another dependency that sometimes happen to miss.
if (cache_data != NULL && cache_data != MAP_FAILED) {
if (ftruncate(fileno(write_fps.mark_fp), (off_t)map_len) == 0) {
+#ifdef G_OS_WIN32
-+ cache_data = NULL;
++ mark_data = NULL;
+ HANDLE hFile, hMapping;
+ hFile = (HANDLE) _get_osfhandle (fileno(write_fps.mark_fp));
+ if (hFile == (HANDLE) -1)
if (cache_data != NULL && cache_data != MAP_FAILED) {
if (ftruncate(fileno(write_fps.mark_fp), (off_t)map_len) == 0) {
+#ifdef G_OS_WIN32
-+ cache_data = NULL;
++ mark_data = NULL;
+ HANDLE hFile, hMapping;
+ hFile = (HANDLE) _get_osfhandle (fileno(write_fps.mark_fp));
+ if (hFile == (HANDLE) -1)