Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 33143
Collapse All | Expand All

(-)cuesheet.c.orig (+2 lines)
Lines 99-104 Link Here
99
{
99
{
100
  gchar *cue_name, *temp;
100
  gchar *cue_name, *temp;
101
101
102
  if (o_fname==NULL) return NULL;
103
102
  //find the extension
104
  //find the extension
103
  for(temp = o_fname+strlen(o_fname)-1; *temp != '.' && temp != o_fname; temp--);
105
  for(temp = o_fname+strlen(o_fname)-1; *temp != '.' && temp != o_fname; temp--);
104
  
106
  

Return to bug 33143