]> git.pld-linux.org Git - packages/xine-lib.git/blob - xine-lib-formatstring.patch
9730a798bbfcb7953874bd13013db73659d8c609
[packages/xine-lib.git] / xine-lib-formatstring.patch
1 --- src/input/input_cdda.c.old  2005-05-28 11:26:59.000000000 +0200
2 +++ src/input/input_cdda.c      2005-10-02 01:43:47.921856832 +0200
3 @@ -1473,7 +1473,7 @@ static void _cdda_save_cached_cddb_infos
4      return;
5    }
6    else {
7 -    fprintf(fd, filecontent);
8 +    fprintf(fd, "%s", filecontent);
9      fclose(fd);
10    }
11    
This page took 0.02162 seconds and 2 git commands to generate.