2013-09-26 17:14:40 +02:00

14 lines
543 B
Plaintext

$NetBSD: patch-aa,v 1.1.1.1 2005/01/12 15:50:18 adam Exp $
--- src/profile.c.orig Wed Jan 30 18:57:23 2002
+++ src/profile.c
@@ -75,7 +75,7 @@ int Prf_Ld()
#ifdef ASCII
F_GetE(f, str, F_VAL); str[strlen(str) - 1] = 0;
if (strncmp(str,"ascii",5)) {
- printf("\nWARNING: trying to load raw binary data in ascii; cannot read profiles\n", prf_pth);
+ printf("\nWARNING: trying to load raw binary data in ascii; cannot read profiles\n");
Prf_Crt("Michael");
not_f = 1;
}