- missed these files

Reported by: QAT
Pointyhat to: me
This commit is contained in:
Philip M. Gollucci 2009-02-08 03:28:15 +00:00
parent d8d2cf17f9
commit 8563c2ad7c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=227787
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- ./src/cfg.c.orig 2008-08-08 07:51:20.000000000 +0000
+++ ./src/cfg.c 2008-08-08 07:52:05.000000000 +0000
@@ -37,7 +37,7 @@
if (SLang_load_file (DATADIR "/lpe/init.sl") == -1)
{
SLang_restart (1);
- SLang_Error = 0;
+ SLang_set_error(0);
}
}
}

View file

@ -0,0 +1,11 @@
--- ./src/input.c.orig 2008-08-08 07:51:24.000000000 +0000
+++ ./src/input.c 2008-08-08 07:51:48.000000000 +0000
@@ -2262,7 +2262,7 @@
SLang_load_string (cmd);
/* to avoid slang stack overflows... */
SLang_restart (1);
- SLang_Error = 0;
+ SLang_set_error(0);
/*
* This is not the nicest thing to do, but certain slang commnds,