[hackers] [sbase] nl: Fix leading white-space || sin
commit a0e5b565a74308c6fa740288c19121612f5932b0
Author: sin <sin_AT_2f30.org>
Date: Sun Mar 22 19:23:57 2015 +0000
nl: Fix leading white-space
diff --git a/nl.c b/nl.c
index e705d2d..3a1e041 100644
--- a/nl.c
+++ b/nl.c
_AT_@ -66,7 +66,7 @@ nl(const char *fname, FILE *fp)
donumber = 1;
break;
case 'p':
- if (!regexec(preg + section, buf, 0, NULL, 0))
+ if (!regexec(preg + section, buf, 0, NULL, 0))
donumber = 1;
break;
case 'a':
Received on Tue Mar 24 2015 - 23:54:21 CET
This archive was generated by hypermail 2.3.0
: Wed Mar 25 2015 - 00:12:34 CET