ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/loader.C
(Generate patch)

Comparing deliantra/server/common/loader.C (file contents):
Revision 1.161 by root, Sat May 15 23:41:05 2010 UTC vs.
Revision 1.162 by root, Fri May 21 00:31:13 2010 UTC

1113 * override values and in c_wiz to mutate values. 1113 * override values and in c_wiz to mutate values.
1114 */ 1114 */
1115int 1115int
1116set_variable (object *op, char *buf) 1116set_variable (object *op, char *buf)
1117{ 1117{
1118 object_thawer f (buf, (AV *)0); 1118 object_thawer f (format ("%s\nend", buf), (AV *)0);
1119 1119
1120 return op->parse_kv (f); 1120 return op->parse_kv (f);
1121} 1121}
1122 1122
1123// compare *op against *arch and output differences 1123// compare *op against *arch and output differences

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines