summaryrefslogtreecommitdiff
path: root/games/lmarbles/patches/patch-aa
blob: 3d3deb5bb05958465cd8268a4671e56437a9babb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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;
         }