? a.c ? out ? splint_cleanup1.diff.bz2 ? splint_weak ? files_to_check ? a ? ifelseif1.diff ? parameternames_sync1.diff ? diff ? unreachable1.diff Index: server/savegame.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/savegame.c,v retrieving revision 1.47 diff -u -r1.47 savegame.c --- server/savegame.c 2002/01/21 11:04:56 1.47 +++ server/savegame.c 2002/02/05 09:25:07 @@ -1004,7 +1004,7 @@ abort(); while (*goto_buf_ptr != ',') { goto_buf_ptr++; - if (goto_buf_ptr == '\0') + if (*goto_buf_ptr == '\0') abort(); } goto_buf_ptr++; @@ -1017,7 +1017,7 @@ abort(); while (*goto_buf_ptr != ',') { goto_buf_ptr++; - if (goto_buf_ptr == '\0') + if (*goto_buf_ptr == '\0') abort(); } goto_buf_ptr++;