Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ps/ps-document.c
diff options
context:
space:
mode:
Diffstat (limited to 'ps/ps-document.c')
-rw-r--r--ps/ps-document.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/ps-document.c b/ps/ps-document.c
index 29a0638..0012773 100644
--- a/ps/ps-document.c
+++ b/ps/ps-document.c
@@ -557,7 +557,7 @@ output(gpointer data, gint source, GdkInputCondition condition)
}
if(bytes > 0) {
buf[bytes] = '\0';
- printf(buf);
+ printf("%s", buf);
}
}