summaryrefslogtreecommitdiffstats
path: root/SOURCES/bash-3.1-random.patch
blob: 07822e0a7d0067c5f4481df2de0f109ac0f774ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 builtins/printf.def |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: bash-3.1/builtins/printf.def
===================================================================
--- bash-3.1.orig/builtins/printf.def	2005-12-12 16:00:42.000000000 +0100
+++ bash-3.1/builtins/printf.def	2005-12-12 16:01:38.000000000 +0100
@@ -558,7 +558,7 @@ printstr (fmt, string, len, fieldwidth, 
 #else
   if (string == 0 || len == 0)
 #endif
-    return;
+    return 0;
 
 #if 0
   s = fmt;