artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20d9f0
)
Thinko in dobuiltin. Reported by turan@
author
espie
<espie@openbsd.org>
Mon, 10 Apr 2000 17:16:30 +0000
(17:16 +0000)
committer
espie
<espie@openbsd.org>
Mon, 10 Apr 2000 17:16:30 +0000
(17:16 +0000)
usr.bin/m4/gnum4.c
patch
|
blob
|
history
diff --git
a/usr.bin/m4/gnum4.c
b/usr.bin/m4/gnum4.c
index
b2d6374
..
eebb7d5
100644
(file)
--- a/
usr.bin/m4/gnum4.c
+++ b/
usr.bin/m4/gnum4.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: gnum4.c,v 1.
5 2000/03/11 15:54:44
espie Exp $ */
+/* $OpenBSD: gnum4.c,v 1.
6 2000/04/10 17:16:30
espie Exp $ */
/*
* Copyright (c) 1999 Marc Espie
@@
-184,7
+184,7
@@
dobuiltin(argv, argc)
argv[1] = NULL;
n = builtin_type(argv[2]);
if (n != -1)
- eval(argv+1, argc, n);
+ eval(argv+1, argc
-1
, n);
else
errx(1, "unknown builtin %s", argv[2]);
}