diff options
| author | forsyth <forsyth@vitanuova.com> | 2010-02-03 14:45:41 +0000 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2010-02-03 14:45:41 +0000 |
| commit | ad7de9e8db6963f4e715c21ee894011b62d0c984 (patch) | |
| tree | feae1bb93c6c4a5926fa9b29506c8c00dc1a1f9d /appl/lib/cfg.b | |
| parent | 3ec40350a31198788ce5afc41b4cae28848f05ca (diff) | |
20100203-1445
Diffstat (limited to 'appl/lib/cfg.b')
| -rw-r--r-- | appl/lib/cfg.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/cfg.b b/appl/lib/cfg.b index 49e60262..5350f669 100644 --- a/appl/lib/cfg.b +++ b/appl/lib/cfg.b @@ -80,7 +80,7 @@ loop: continue; '#' => break loop; - ' ' or '\t' or '\n' => + ' ' or '\t' or '\n' or '\r' => if (word == nil) continue; if (lastword != nil) { |
