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

(-)src/input/input_cdda.c.old (-1 / +1 lines)
Lines 1473-1479 static void _cdda_save_cached_cddb_infos Link Here
1473
    return;
1473
    return;
1474
  }
1474
  }
1475
  else {
1475
  else {
1476
    fprintf(fd, filecontent);
1476
    fprintf(fd, "%s", filecontent);
1477
    fclose(fd);
1477
    fclose(fd);
1478
  }
1478
  }
1479
  
1479
  

Return to bug 107854