aboutsummaryrefslogtreecommitdiff
path: root/audio/xamp/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xamp/files/patch-ac')
-rw-r--r--audio/xamp/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/xamp/files/patch-ac b/audio/xamp/files/patch-ac
deleted file mode 100644
index 82903a95dad7..000000000000
--- a/audio/xamp/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- plDlg.cpp Wed Feb 11 07:01:12 1998
-+++ plDlg.cpp Wed Jul 29 23:59:01 1998
-@@ -87,6 +87,8 @@
- void plDlg::id3_clicked()
- {
- strcpy(ime,listEditor->text(listEditor->currentItem()));
-+ if(!ime[0]) //to prevent from seg-fault on id3 editor at empty playlist
-+ return;
- id3Dialog = new id3();
- id3Dialog->show();
- }