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;