summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnocl/files/patch-src_text.c
blob: 3976b5eb85503d49f3b3af1afae6e9af82878d55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- src/text.c.orig	2013-08-31 12:36:08.000000000 +0200
+++ src/text.c	2013-09-17 10:07:27.000000000 +0200
@@ -3267,7 +3267,7 @@
 	if ( tag == NULL )
 	{
 
-		return TCL_ERROR;
+		return;
 	}
 
 
@@ -3299,8 +3299,6 @@
 
 	sprintf ( s1, "" );
 	sprintf ( s2, "" );
-
-	return TCL_OK;
 }