Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-09-12
2000-09-12 21:25:33 by Per Hedbor <ph@opera.com>
a1c8692bec87206f798548553caba8f65953be8b (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed [Bug
209 (#209)
]
Rev: server/base_server/roxen.pike:1.546
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.
545
2000/09/12
14
:
05
:
53
per Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
546
2000/09/12
21
:
25
:
33
per Exp $";
// Used when running threaded to find out which thread is the backend thread, // for debug purposes only.
2216:
mapping enc_args = ([]); if( ct ) enc_args->colortable = ct;
+
if( alpha ) enc_args->alpha = alpha; foreach( glob( "*-*", indices(args)), string n ) if(sscanf(n, "%*[^-]-%s", string opt ) == 2)
-
+
if( opt != "alpha" )
enc_args[opt] = (int)args[n]; switch(format)