summaryrefslogtreecommitdiff
path: root/usr.bin/mg/extend.c
diff options
context:
space:
mode:
authorVincent Labrecque <vincent@cvs.openbsd.org>2002-03-11 13:08:52 +0000
committerVincent Labrecque <vincent@cvs.openbsd.org>2002-03-11 13:08:52 +0000
commitf3a174ffc2b6a6ca8bbdb6ad0a35c2a9c7513955 (patch)
tree98bbe28c10151c0e662a5e4a1494d70454159b08 /usr.bin/mg/extend.c
parent195cf29954aced38f2c3260a00e78b6c543347d7 (diff)
remove errno=0 assignments, we don't need these with Hakan's code
Diffstat (limited to 'usr.bin/mg/extend.c')
-rw-r--r--usr.bin/mg/extend.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mg/extend.c b/usr.bin/mg/extend.c
index 45af82af5d7..e14821aeb9b 100644
--- a/usr.bin/mg/extend.c
+++ b/usr.bin/mg/extend.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: extend.c,v 1.23 2002/03/11 13:02:56 vincent Exp $ */
+/* $OpenBSD: extend.c,v 1.24 2002/03/11 13:08:51 vincent Exp $ */
/*
* Extended (M-X) commands, rebinding, and startup file processing.
@@ -699,7 +699,6 @@ excline(char *line)
}
if (argp != NULL) {
f = FFARG;
- errno = 0;
nl = strtol(argp, &tmp, 10);
if (*tmp != '\0')
return FALSE;