Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-09-03
1997-09-03 18:49:27 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4f5702a84ceaa67ebb0ad2775981a6fa5c4c7e3b (
9
lines) (+
7
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Minor fix.
Rev: server/modules/graphics/graphic_text.pike:1.65
1:
-
constant cvs_version="$Id: graphic_text.pike,v 1.
64
1997/09/03
12
:
11
:
12
per
Exp $";
+
constant cvs_version="$Id: graphic_text.pike,v 1.
65
1997/09/03
18
:
49
:
27
grubba
Exp $";
constant thread_safe=1; #include <module.h>
808:
cached_args |= decode_value(data); }; }
-
if(cached_args && sizeof(cached_args))
+
if
(cached_args && sizeof(cached_args))
{
number = sort(indices(cached_args))[-1]+1;
-
+
} else {
+
cached_args = ([]);
+
number = 0;
}
-
+
}
void save_cached_args() {