Roxen.git/
server/
modules/
graphics/
graphic_text.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1998-03-27
1998-03-27 23:29:48 by David Hedbor <david@hedbor.org>
aaa703af7242b26eee7438dffde63691b28e1352 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
removed an unneeded copy_value.
Rev: server/modules/graphics/graphic_text.pike:1.120
1:
-
constant cvs_version="$Id: graphic_text.pike,v 1.
119
1998/03/27 23:
22
:
21
neotron Exp $";
+
constant cvs_version="$Id: graphic_text.pike,v 1.
120
1998/03/27 23:
29
:
48
neotron Exp $";
constant thread_safe=1; #include <module.h>
1566:
string|void pop_color(string tagname,mapping args,object id,object file, mapping defines) {
-
array c =
copy_value(
id->misc->colors
)
;
+
array c = id->misc->colors;
if(args->help) return "This end-tag is parsed by <gtext> to get the document colors."; if(!c ||!sizeof(c)) return;