1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-04-25 13:51:24 +02:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions
@@ -0,0 +1,11 @@
--- 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--);