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

Comparing deliantra/server/server/hiscore.C (file contents):
Revision 1.28 by root, Fri Nov 6 12:49:19 2009 UTC vs.
Revision 1.29 by root, Fri Nov 6 13:03:34 2009 UTC

41 41
42/* 42/*
43 * spool works mostly like strtok(char *, ":"), but it can also 43 * spool works mostly like strtok(char *, ":"), but it can also
44 * log a specified error message if something goes wrong. 44 * log a specified error message if something goes wrong.
45 */ 45 */
46char * 46static char *
47spool (char *bp, const char *error) 47spool (char *bp, const char *error)
48{ 48{
49 static char *prev_pos = NULL; 49 static char *prev_pos = NULL;
50 char *next_pos; 50 char *next_pos;
51 51

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines