Sophie

Sophie

distrib > Arklinux > devel > x86_64 > media > main-src > by-pkgid > 41887132faf2840ec37f811d3b2e52ad > files > 7

less-444-1ark.src.rpm

--- less-358/line.c.num	Fri Oct  5 06:02:45 2001
+++ less-358/line.c	Fri Oct  5 06:03:22 2001
@@ -153,8 +153,10 @@
 		sprintf(&linebuf[curr], "%*d", LINENUM_WIDTH, lno);
 		column += LINENUM_WIDTH;
 		for (i = 0;  i < LINENUM_WIDTH;  i++)
+		{
 			charset[curr] = ASCII;
 			attr[curr++] = AT_NORMAL;
+		}
 	}
 	/*
 	 * Append enough spaces to bring us to the lmargin.