--- joko/Uni/BSArch/01/prime.c 2006/05/13 12:30:54 1.11 +++ joko/Uni/BSArch/01/prime.c 2006/05/13 12:35:32 1.12 @@ -1,4 +1,4 @@ -/* $Id: prime.c,v 1.11 2006/05/13 12:30:54 joko Exp $ */ +/* $Id: prime.c,v 1.12 2006/05/13 12:35:32 joko Exp $ */ #include #include @@ -43,7 +43,7 @@ /* invalid characters? */ if (*endptr != '\0') { char message[254]; - snprintf(message, 256, "Could not convert '%s' to a valid number.", nptr); + snprintf(message, 256, "Could not convert '%s' to a valid (integer) number.", nptr); PRINTERROR(message); exit(EXIT_FAILURE); }