File scmon-retval-fix.patch of Package scmon

--- monitor/sclog.c	2007-05-23 17:48:44.000000000 +0200
+++ monitor/sclog.c	2008-11-09 10:45:46.000000000 +0100
@@ -78,7 +78,7 @@ write_a_string (int fd, const gchar *s)
     
     len = strlen (s);
     if (len == 0) {
-        return;
+        return FALSE;
     }
     
     written = 0;
openSUSE Build Service is sponsored by