diff options
Diffstat (limited to 'miscutils/conspy.c')
-rw-r--r-- | miscutils/conspy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/conspy.c b/miscutils/conspy.c index fac11d339..21a498d0f 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c | |||
@@ -107,8 +107,8 @@ enum { | |||
107 | 107 | ||
108 | static void putcsi(const char *s) | 108 | static void putcsi(const char *s) |
109 | { | 109 | { |
110 | fputs(ESC"[", stdout); | 110 | fputs_stdout(ESC"["); |
111 | fputs(s, stdout); | 111 | fputs_stdout(s); |
112 | } | 112 | } |
113 | 113 | ||
114 | static void clrscr(void) | 114 | static void clrscr(void) |