r15807 by craig - Fix compile error

scribus-commit scribus-commit at lists.scribus.net
Sun Nov 7 20:26:29 CET 2010


Author: craig
Date: Sun Nov  7 19:26:29 2010
New Revision: 15807

URL: http://scribus.info/websvn/listing.php?repname=Scribus&sc=1&rev=15807
Log:
Fix compile error

Modified:
    trunk/Scribus/scribus/text/storytext.cpp

Modified: trunk/Scribus/scribus/text/storytext.cpp
URL: http://scribus.info/websvn/diff.php?repname=Scribus&rev=15807&path=/trunk/Scribus/scribus/text/storytext.cpp
==============================================================================
--- trunk/Scribus/scribus/text/storytext.cpp (original)
+++ trunk/Scribus/scribus/text/storytext.cpp Sun Nov  7 19:26:29 2010
@@ -986,7 +986,7 @@
 	if (pos < 0)
 		pos += length();
 	assert(pos >= 0);
-	assert(pos + signed(len) <= length());
+//	assert(pos + signed(len) <= length());
 
 	int len = length();
 	//Find the previous word position




More information about the scribus-commit mailing list