]> git.pld-linux.org Git - packages/freecivac.git/blame - freecivac-slang.diff
- unix -> Unix
[packages/freecivac.git] / freecivac-slang.diff
CommitLineData
4017ccdd
MP
1--- freecivac/common/script.c 2003-07-07 19:17:17.000000000 +0200
2+++ freecivac.mod/common/script.c 2007-09-23 13:11:18.054938804 +0200
3@@ -317,7 +317,7 @@
4 if (cmds) {
5 if (SLang_load_string(cmds) == -1) {
6 SLang_restart(1);
7- SLang_Error = 0;
8+ SLang_set_error(0);
9 }
10 }
11 }
12@@ -331,7 +331,7 @@
13 if (dfilename) {
14 if (SLang_load_file(dfilename) == -1) {
15 SLang_restart(1);
16- SLang_Error = 0;
17+ SLang_set_error(0);
18 }
19 }
20 }
This page took 0.075733 seconds and 4 git commands to generate.