diff src/gpmevent.c @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 3d3049ae1304
children 7039e6323819
line wrap: on
line diff
--- a/src/gpmevent.c	Mon Aug 13 11:43:25 2007 +0200
+++ b/src/gpmevent.c	Mon Aug 13 11:44:37 2007 +0200
@@ -272,8 +272,8 @@
 	while (1)
 	{
 		Bufbyte tempbuf[1024]; /* some random amount */
-		ssize_t i;
-		ssize_t size_in_bytes =
+		Lstream_data_count i;
+		Lstream_data_count size_in_bytes =
 		  Lstream_read (XLSTREAM (terminal_stream),
 				tempbuf, sizeof (tempbuf));