summaryrefslogtreecommitdiff
blob: 0b155b9091003c76a23df299cb00df19510b7e98 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- 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'){