mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
14 lines
543 B
Plaintext
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;
|
|
}
|