mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c90d3c5b7e
Split the patches into one file per patch, per the porters handbook. Bump PORTREVISION to not setuid->setgid change.
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
--- ladder.c.org Mon Oct 27 00:07:23 1997
|
|
+++ ladder.c Wed Feb 18 22:33:55 1998
|
|
@@ -14,7 +14,7 @@
|
|
char *d = t;
|
|
int i;
|
|
|
|
- for( ; *s; *s++ )
|
|
+ for( ; *s; s++ )
|
|
if( *s & 0200 )
|
|
for( i = 210 - (unsigned char)*s; i; i-- )
|
|
*d++ = ' ';
|