Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > f021637f015d9008dd4db490554e61c6 > files > 18

ksh-20060214-1.7.src.rpm

--- ksh-20060214/src/cmd/ksh93/sh/fault.c.unaligned	2007-08-08 16:17:45.000000000 +0200
+++ ksh-20060214/src/cmd/ksh93/sh/fault.c	2007-08-08 16:18:24.000000000 +0200
@@ -70,7 +70,7 @@
 #ifdef SIGWINCH
 	if(sig==SIGWINCH)
 	{
-		int rows=0, cols=0;
+		long rows=0, cols=0;
 		astwinsize(2,&rows,&cols);
 		if(cols)
 			nv_putval(COLUMNS, (char*)&cols, NV_INTEGER);