--- deliantra/server/socket/info.C 2006/09/19 09:38:32 1.8 +++ deliantra/server/socket/info.C 2006/09/19 10:12:41 1.9 @@ -438,9 +438,9 @@ if (pl->casting_time > -1) { if (pl->casting_time == 0) - sprintf (obuf, "Range: Holding spell (%s)", (const char *) pl->spell->name); + sprintf (obuf, "Range: Holding spell (%s)", &pl->spell->name); else - sprintf (obuf, "Range: Casting spell (%s)", (const char *) pl->spell->name); + sprintf (obuf, "Range: Casting spell (%s)", &pl->spell->name); } else sprintf (obuf, "Range: spell (%s)", &pl->contr->ranges[range_magic]->name);