Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modulesets/patches/libabiword-2.6.0.svn20071106-noassertinput.patch
blob: 1c1bef0a0943a28c60f8db29210a448c65605103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -u -r libabiword-2.6.0.svn20071106.orig/src/af/util/unix/ut_unixAssert.cpp libabiword-2.6.0.svn20071106/src/af/util/unix/ut_unixAssert.cpp
--- libabiword-2.6.0.svn20071106.orig/src/af/util/unix/ut_unixAssert.cpp	2007-01-17 00:17:27.000000000 +0100
+++ libabiword-2.6.0.svn20071106/src/af/util/unix/ut_unixAssert.cpp	2007-11-09 12:00:35.000000000 +0100
@@ -32,6 +32,7 @@
 	printf("\n");
 	printf("**** (%d) Assert ****\n", ++count);
 	printf("**** (%d) %s at %s:%d ****\n", count,szMsg,szFile,iLine);
+#if 0
 	while (1)
 	{
 		printf("**** (%d) Continue ? (y/n) [y] : ", count);
@@ -58,6 +59,7 @@
 			break;						// ?? ask them again
 		}
 	}
+#endif
 }
 
 #endif // NDEBUG