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

Comparing deliantra/server/common/map.C (file contents):
Revision 1.36 by root, Mon Dec 11 02:41:25 2006 UTC vs.
Revision 1.37 by pippijn, Mon Dec 11 14:28:12 2006 UTC

871 871
872 value = strchr (key, ' '); 872 value = strchr (key, ' ');
873 873
874 if (!value) 874 if (!value)
875 { 875 {
876 if (end = strchr (key, '\n')) 876 if ((end = strchr (key, '\n')))
877 *end = 0; 877 *end = 0;
878 } 878 }
879 else 879 else
880 { 880 {
881 *value = 0; 881 *value = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines