xfce4-netload-plugin/xfce4-netload-plugin-bufsize.patch
2006-02-18 22:29:49 +00:00

11 lines
445 B
Diff

--- panel-plugin/wormulon/linux.c.orig 2005-08-01 00:56:38.000000000 +0200
+++ panel-plugin/wormulon/linux.c 2006-02-04 13:20:14.000000000 +0100
@@ -81,7 +81,7 @@
* performance difference is _very_ minimal. But I don't think that it's a good
* idea to keep the file open for a very long time for _each_ plugin instance.
*/
- char buffer[BUFSIZE];
+ char buffer[BUFSIZ];
char *ptr;
char *devname;
int dump;