Roxen.git/
server/
base_server/
roxen.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1999-05-25
1999-05-25 10:53:05 by Peter Bortas <zino@lysator.liu.se>
7ed2ef9975401c0899729dec6510bc381245804e (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Um, well, makes more sence that way...
Rev: server/base_server/roxen.pike:1.289
1:
/*
-
* $Id: roxen.pike,v 1.
288
1999/05/25
09
:
49
:
02
per
Exp $
+
* $Id: roxen.pike,v 1.
289
1999/05/25
10
:
53
:
05
peter
Exp $
* * The Roxen Challenger main program. *
7:
*/ // ABS and suicide systems contributed freely by Francesco Chemolli
-
constant cvs_version="$Id: roxen.pike,v 1.
288
1999/05/25
09
:
49
:
02
per
Exp $";
+
constant cvs_version="$Id: roxen.pike,v 1.
289
1999/05/25
10
:
53
:
05
peter
Exp $";
object backend_thread; object argcache;
1969:
if( quant || (format=="gif") ) { int ncols = quant||id->misc->defquant||16;
-
if( ncols >
200
)
+
if( ncols >
250
)
ncols = 250; ct = Image.Colortable( reply, ncols ); if( dither )