summaryrefslogtreecommitdiff
path: root/sysutils/conky-awesome/files/patch-src_conky.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-06-03 22:03:31 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-06-03 22:03:31 +0000
commit9a1f2c86fd80c9cd8b06b11408195371e43c588b (patch)
tree19545b32dbc91653eeaee7f6e45b40fddd7970e2 /sysutils/conky-awesome/files/patch-src_conky.c
parentCLAW is a C++ Library Absolutely Wonderful providing useful classes (diff)
- Update to 1.5.1
Submitted by: adamw Approved by: maintainer (novel)
Notes
Notes: svn path=/head/; revision=214275
Diffstat (limited to 'sysutils/conky-awesome/files/patch-src_conky.c')
-rw-r--r--sysutils/conky-awesome/files/patch-src_conky.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/conky-awesome/files/patch-src_conky.c b/sysutils/conky-awesome/files/patch-src_conky.c
index e60d666ef278..ab0ef96ac80d 100644
--- a/sysutils/conky-awesome/files/patch-src_conky.c
+++ b/sysutils/conky-awesome/files/patch-src_conky.c
@@ -1,11 +1,11 @@
---- src/conky.c.orig 2008-05-24 12:23:40.000000000 -0400
-+++ src/conky.c 2008-05-24 12:24:07.000000000 -0400
-@@ -5798,7 +5798,7 @@
- int added;
+--- src/conky.c.orig 2008-05-27 00:43:05.000000000 -0400
++++ src/conky.c 2008-05-27 00:43:36.000000000 -0400
+@@ -6513,7 +6513,7 @@ static void draw_string(const char *s)
+
width_of_s = get_string_width(s);
if (out_to_console) {
- printf("%s\n", s);
+ printf("%s\n\n", s);
- fflush(stdout); /* output immediately, don't buffer */
+ fflush(stdout); /* output immediately, don't buffer */
}
- memset(tmpstring1,0,TEXT_BUFFER_SIZE);
+ memset(tmpstring1, 0, text_buffer_size);