aboutsummaryrefslogtreecommitdiff
path: root/audio/kmpg/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'audio/kmpg/files/patch-af')
-rw-r--r--audio/kmpg/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/kmpg/files/patch-af b/audio/kmpg/files/patch-af
deleted file mode 100644
index 10458261648f..000000000000
--- a/audio/kmpg/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/widgetlib/widgetbasic/examples/example6/videoPlayer.cpp.orig Sun Jan 23 17:00:48 2000
-+++ lib/widgetlib/widgetbasic/examples/example6/videoPlayer.cpp Sun Jan 23 17:01:26 2000
-@@ -96,7 +96,7 @@
- str=strlist.first();
- if (str != NULL) {
- KURL url( str );
-- char *path = url.path();
-+ const char *path = url.path();
- open(&url);
- cout << "dropped:"<<path<<endl;
- }