[pkg-boost-commits] r14271 - boost/trunk/debian/patches

smr at alioth.debian.org smr at alioth.debian.org
Wed Aug 13 12:30:55 UTC 2008


Author: smr
Date: 2008-08-13 12:30:54 +0000 (Wed, 13 Aug 2008)
New Revision: 14271

Modified:
   boost/trunk/debian/patches/jam-wall-clean.patch
Log:
Fix patch breakage caused by my manual edits.

Modified: boost/trunk/debian/patches/jam-wall-clean.patch
===================================================================
--- boost/trunk/debian/patches/jam-wall-clean.patch	2008-08-13 08:37:54 UTC (rev 14270)
+++ boost/trunk/debian/patches/jam-wall-clean.patch	2008-08-13 12:30:54 UTC (rev 14271)
@@ -163,8 +163,8 @@
  
  	for( i = nel; i > 0; i-- )
  	{
--	    if( here = ( *tab++ != (ITEM *)0 ) )
-+	    if( ( here = ( *tab++ != (ITEM *)0 ) ) )
+-		if( here = ( *tab++ != (ITEM *)0 ) )
++		if( ( here = ( *tab++ != (ITEM *)0 ) ) )
  			count++;
  		if( here && !run )
  			sets++;




More information about the pkg-boost-commits mailing list