aboutsummaryrefslogtreecommitdiff
path: root/audio/gnump3d/files/patch-src_files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gnump3d/files/patch-src_files.cc')
-rw-r--r--audio/gnump3d/files/patch-src_files.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/gnump3d/files/patch-src_files.cc b/audio/gnump3d/files/patch-src_files.cc
deleted file mode 100644
index cd57d56c0fcb..000000000000
--- a/audio/gnump3d/files/patch-src_files.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- src/files.cc.orig Tue Aug 13 22:16:33 2002
-+++ src/files.cc Tue Aug 13 22:16:54 2002
-@@ -360,7 +360,7 @@
- {
- CFunctionDebug( "CFile::normalize" );
-
-- if ( path.find( "//" ) == (unsigned int) -1)
-+ if ( path.find( "//" ) == std::string::npos)
- {
- return( path );
- }