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

Comparing deliantra/server/server/skill_util.C (file contents):
Revision 1.71 by root, Wed Dec 31 18:07:41 2008 UTC vs.
Revision 1.72 by root, Thu Jan 1 15:43:35 2009 UTC

686 686
687 for (object *tmp = op->inv; tmp; tmp = tmp->below) 687 for (object *tmp = op->inv; tmp; tmp = tmp->below)
688 { 688 {
689 if (tmp->type == SKILL) 689 if (tmp->type == SKILL)
690 { 690 {
691 if (search && !strstr (tmp->name, search)) 691 if (search && !tmp->name.contains (search))
692 continue; 692 continue;
693 693
694 char buf[30]; 694 char buf[30];
695 695
696 /* Basically want to fill this out to 30 spaces with periods */ 696 /* Basically want to fill this out to 30 spaces with periods */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines