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

Comparing deliantra/server/common/recipe.C (file contents):
Revision 1.16 by root, Mon Feb 5 01:24:45 2007 UTC vs.
Revision 1.17 by root, Thu Feb 8 03:09:31 2007 UTC

151 *cp = '\0'; 151 *cp = '\0';
152 cp = buf; 152 cp = buf;
153 while (*cp == ' ') /* Skip blanks */ 153 while (*cp == ' ') /* Skip blanks */
154 cp++; 154 cp++;
155 155
156 if (!strncmp (cp, "Object", 6)) 156 if (!strncmp (cp, "Object", 6) || !strncmp (cp, "object", 6))
157 { 157 {
158 formula = get_empty_formula (); 158 formula = get_empty_formula ();
159 formula->title = strchr (cp, ' ') + 1; 159 formula->title = strchr (cp, ' ') + 1;
160 } 160 }
161 else if (!strncmp (cp, "keycode", 7)) 161 else if (!strncmp (cp, "keycode", 7))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines