1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-04 00:35:48 +01:00
Files
gryf-overlay/media-plugins/xmms-mp3cue/files/xmms-mp3cue-0.94-import-cue-bug.patch
2010-02-09 21:25:29 +01:00

12 lines
305 B
Diff

--- cuesheet.c.orig 2003-10-22 10:23:00.000000000 +0200
+++ cuesheet.c 2004-01-27 14:33:23.000000000 +0100
@@ -99,6 +99,8 @@
{
gchar *cue_name, *temp;
+ if (o_fname==NULL) return NULL;
+
//find the extension
for(temp = o_fname+strlen(o_fname)-1; *temp != '.' && temp != o_fname; temp--);