From 3973a3fdb23adc25a4c7aa0702a503816e30452c Mon Sep 17 00:00:00 2001 From: "W. Eric Norum" Date: Tue, 14 Sep 2004 20:25:12 +0000 Subject: [PATCH] Typo. --- src/iocsh/iocsh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iocsh/iocsh.cpp b/src/iocsh/iocsh.cpp index 161a850bc..6e4e92b9b 100644 --- a/src/iocsh/iocsh.cpp +++ b/src/iocsh/iocsh.cpp @@ -676,7 +676,7 @@ iocshBody (const char *pathname, const char *commandLine) redirects[0].name = NULL; if (openRedirect(filename, lineno, redirects) < 0) continue; - startRedirect(filename, linenot, redirects); + startRedirect(filename, lineno, redirects); iocshBody(commandFile, NULL); continue; }