1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 00:07:51 +02:00

(limfield): Make a comment clearer.

This commit is contained in:
Jim Meyering
2004-04-26 15:37:33 +00:00
parent 41cc9a718a
commit 30ea278e1b
+3 -2
View File
@@ -910,8 +910,9 @@ limfield (const struct line *line, const struct keyfield *key)
}
#endif
/* If we're skipping leading blanks, don't start counting characters
until after skipping past any leading blanks. */
/* If we're ignoring leading blanks when computing the End
of the field, don't start counting bytes until after skipping
past any leading blanks. */
if (key->skipeblanks)
while (ptr < lim && blanks[UCHAR (*ptr)])
++ptr;