summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/amule/files/amule-2.0.0_rc7-wxgtk.patch')
-rw-r--r--net-p2p/amule/files/amule-2.0.0_rc7-wxgtk.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/net-p2p/amule/files/amule-2.0.0_rc7-wxgtk.patch b/net-p2p/amule/files/amule-2.0.0_rc7-wxgtk.patch
deleted file mode 100644
index 884b37540839..000000000000
--- a/net-p2p/amule/files/amule-2.0.0_rc7-wxgtk.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -ur aMule-2.0.0rc7/src/utils/aLinkCreator/src/ed2khash.cpp aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/ed2khash.cpp
---- aMule-2.0.0rc7/src/utils/aLinkCreator/src/ed2khash.cpp 2004-08-09 19:01:34.000000000 +0200
-+++ aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/ed2khash.cpp 2004-12-01 00:43:15.061834816 +0100
-@@ -83,7 +83,7 @@
- {
- // Open file and let wxFFile destructor close the file
- // Closing it explicitly may crash on Win32 ...
-- wxFFile file(filename.GetFullPath(), wxT("rbS"));
-+ wxFFile file( (const wxChar*) filename.GetFullPath(), (const char*) wxT("rbS"));
- if (! file.IsOpened())
- {
- wxLogError (_("Unable to open %s"),unicode2char(filename.GetFullPath()));
-diff -ur aMule-2.0.0rc7/src/utils/aLinkCreator/src/md4.cpp aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/md4.cpp
---- aMule-2.0.0rc7/src/utils/aLinkCreator/src/md4.cpp 2004-08-30 00:27:04.000000000 +0200
-+++ aMule-2.0.0rc7-ar/src/utils/aLinkCreator/src/md4.cpp 2004-12-01 00:43:15.037838464 +0100
-@@ -336,7 +336,7 @@
-
- // Open file and let wxFFile destructor close the file
- // Closing it explicitly may crash on Win32 ...
-- wxFFile file(filename, wxT("rbS"));
-+ wxFFile file((const wxChar*) filename, (const char*) wxT("rbS"));
- if (! file.IsOpened())
- {
- return wxEmptyString;