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

Comparing deliantra/server/server/spell_util.C (file contents):
Revision 1.21 by root, Wed Dec 13 03:28:42 2006 UTC vs.
Revision 1.22 by root, Thu Dec 14 22:45:41 2006 UTC

1277 * spell is actually cast, it knows about the stringarg. 1277 * spell is actually cast, it knows about the stringarg.
1278 * necessary for the invoke command spells. 1278 * necessary for the invoke command spells.
1279 */ 1279 */
1280 if (stringarg) 1280 if (stringarg)
1281 { 1281 {
1282 op->spellarg = strdup_local (stringarg); 1282 op->spellarg = strdup (stringarg);
1283 } 1283 }
1284 else 1284 else
1285 op->spellarg = NULL; 1285 op->spellarg = NULL;
1286 return 0; 1286 return 0;
1287 } 1287 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines