mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
352 B
Plaintext
14 lines
352 B
Plaintext
$NetBSD: patch-ae,v 1.1 2010/05/09 04:21:40 sbd Exp $
|
|
|
|
--- xpp.cxx.orig 2004-12-07 08:00:04.000000000 +1300
|
|
+++ xpp.cxx
|
|
@@ -168,7 +168,7 @@ printFiles::printFiles(int argc, /* I -
|
|
{
|
|
char *tmp;
|
|
|
|
- if ((tmp = strchr(dest,'/'))) {
|
|
+ if ((tmp = strchr((char*)dest,'/'))) {
|
|
tmp[0] = '\0';
|
|
instance = tmp + 1;
|
|
}
|