stalonetray (0.8.0-1.1) src/debug.c

Summary

 src/debug.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

--- stalonetray-0.8.0.orig/src/debug.c
+++ stalonetray-0.8.0/src/debug.c
@@ -28,7 +28,7 @@
 	va_start(va, fmt);
 	vsnprintf(msg, PATH_MAX, fmt, va);
 	va_end(va);
-	fprintf(stderr, msg);
+	fputs(msg, stderr);
 }
 
 #ifdef DEBUG