Replace a call to "sprintf" with a call to "snprintf". The only reason snprintf wasn't used originally is because Borland's compiler didn't support it. Now that FMSLogo doesn't use OWL, it does not need to use Borland's compiler, so it can use snprintf.