mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
708154eb70
PR: ports/7439 Submitted by: Joe Jih-Shian Lu <jslu@dns.ntu.edu.tw>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
--- 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();
|
|
}
|