[Gpg4win-commits] r442 - in trunk: . patches/claws-mail-2.10.0 patches/claws-mail-2.9.2

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jul 5 20:31:01 CEST 2007


Author: marcus
Date: 2007-07-05 20:31:00 +0200 (Thu, 05 Jul 2007)
New Revision: 442

Modified:
   trunk/ChangeLog
   trunk/patches/claws-mail-2.10.0/03-w32-port.patch
   trunk/patches/claws-mail-2.9.2/03-w32-port.patch
Log:
2007-07-05  Marcus Brinkmann  <marcus at 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.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-07-04 09:17:27 UTC (rev 441)
+++ trunk/ChangeLog	2007-07-05 18:31:00 UTC (rev 442)
@@ -1,3 +1,9 @@
+2007-07-05  Marcus Brinkmann  <marcus at 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 at intevation.de>
 
 	* README: Added just another dependency that sometimes happen to miss.

Modified: trunk/patches/claws-mail-2.10.0/03-w32-port.patch
===================================================================
--- trunk/patches/claws-mail-2.10.0/03-w32-port.patch	2007-07-04 09:17:27 UTC (rev 441)
+++ trunk/patches/claws-mail-2.10.0/03-w32-port.patch	2007-07-05 18:31:00 UTC (rev 442)
@@ -603,7 +603,7 @@
  		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)

Modified: trunk/patches/claws-mail-2.9.2/03-w32-port.patch
===================================================================
--- trunk/patches/claws-mail-2.9.2/03-w32-port.patch	2007-07-04 09:17:27 UTC (rev 441)
+++ trunk/patches/claws-mail-2.9.2/03-w32-port.patch	2007-07-05 18:31:00 UTC (rev 442)
@@ -545,7 +545,7 @@
  		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)



More information about the Gpg4win-commits mailing list