- missed these files
Reported by: QAT Pointyhat to: me
This commit is contained in:
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
11
editors/lpe/files/patch-src__cfg.c
Normal file
11
editors/lpe/files/patch-src__cfg.c
Normal 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);
|
||||
}
|
||||
}
|
||||
}
|
11
editors/lpe/files/patch-src__input.c
Normal file
11
editors/lpe/files/patch-src__input.c
Normal 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,
|
Loading…
Reference in a new issue