View | Details | Raw Unified | Return to bug 13278 | Differences between
and this patch

Collapse All | Expand All

(-)score.c Thu Aug 19 20:06:27 1999 (-1 / +1 lines)
Lines 356-362 Link Here
356
                       (void) strcat(buf, "a total winner");
356
                       (void) strcat(buf, "a total winner");
357
                       break;
357
                       break;
358
               case KFIRE:
358
               case KFIRE:
359
                       (void) strcpy(buf, "killed by fire");
359
                       (void) strcat(buf, "killed by fire");
360
                       break;
360
                       break;
361
               }
361
               }
362
       } else {
362
       } else {

Return to bug 13278