summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-08-27 19:21:21 +0000
committersabetts <sabetts>2001-08-27 19:21:21 +0000
commite10959968f2b03cfc1865ed319336882c1df1c29 (patch)
tree22a021d0d6c6dbbceee1888309db5b43d6e39d25 /src/actions.c
parent9737a39966ba9fad1f7d7819b0593b2f8bd99a1b (diff)
downloadratpoison-e10959968f2b03cfc1865ed319336882c1df1c29.zip
pad the date with spaces
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions.c b/src/actions.c
index b7ca8c7..a8a74fa 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -829,7 +829,7 @@ cmd_clock (int interactive, void *data)
strncpy(msg, tmp, strlen (tmp) - 1); /* Remove the newline */
msg[strlen(tmp) - 1] = 0;
- message (msg);
+ marked_message_printf (0, 0, " %s ", msg);
free (msg);
return NULL;