*** functions.c.orig Sun Nov 23 15:51:15 1997 --- functions.c Sun Nov 23 15:52:10 1997 *************** *** 545,551 **** int count; int total = 0; ! if (n == 0) { strcpy(buff, "0"); return; } --- 545,551 ---- int count; int total = 0; ! if ((n == 0) || (die <= 0)) { strcpy(buff, "0"); return; }