Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-11-14
2000-11-14 14:34:41 by Martin Nilsson <mani@lysator.liu.se>
d6df353d86fa1c5deb5aeccc9223b9bc7fb20fbb (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Pike 7.1 fix
Rev: server/base_server/roxen.pike:1.574
4:
// Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others. // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
573
2000/11/
13
19
:
08
:
06
marcus
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
574
2000/11/
14
14
:
34
:
41
nilsson
Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
3028:
restore_global_variables(); // restore settings... // Dangerous...
-
mixed tmp;
-
if(tmp = Getopt.find_option(argv, "r", "root")) fix_root(tmp);
+
mixed tmp
_root
;
+
if(tmp
_root
= Getopt.find_option(argv, "r", "root")) fix_root(tmp
_root
);
argv -= ({ 0 }); argc = sizeof(argv);