--- deliantra/server/include/cfperl.h 2007/12/20 08:24:01 1.92 +++ deliantra/server/include/cfperl.h 2008/01/13 12:14:52 1.93 @@ -390,7 +390,7 @@ keyword kw; char *kw_str; // the keyword parsed, as string char *value; // the value, or 0 if no value - char *value_nn; // the value, or the empty string if no value + const char *value_nn; // the value, or the empty string if no value const char *name; operator bool () const { return !!text; }