diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-06-06 03:31:52 +0000 |
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-06-06 03:31:52 +0000 |
| commit | b3974d9e553432343a1319aab75da58779fe0989 (patch) | |
| tree | 67c3ef06d795a182866b5bc48db0e3ac7260bda9 /usr.bin/m4 | |
| parent | 120bca8bedef7a41b19beab580391ecacfa7061e (diff) | |
Notes
Diffstat (limited to 'usr.bin/m4')
| -rw-r--r-- | usr.bin/m4/eval.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/m4/eval.c b/usr.bin/m4/eval.c index d2ac3c892195..7133013d885b 100644 --- a/usr.bin/m4/eval.c +++ b/usr.bin/m4/eval.c @@ -149,8 +149,7 @@ register int td; * dolen - find the length of the * argument */ - if (argc > 2) - pbnum((argc > 2) ? strlen(argv[2]) : 0); + pbnum((argc > 2) ? strlen(argv[2]) : 0); break; case INCRTYPE: |
