You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/discomatic/files/discomatic-0.3-glib.patch

12 lines
360 B

--- discomatic-0.3/src/process.cpp.orig 2003-10-17 22:54:37.000000000 +0200
+++ discomatic-0.3/src/process.cpp 2007-04-30 18:34:43.000000000 +0200
@@ -134,7 +134,7 @@
int Process::processInput(GIOChannel *source){
gchar buf;
gchar *buf2;
- guint count;
+ gsize count;
g_io_channel_read(source, &buf, 1, &count);
if(count){
if(buf == '\b'){