]> git.pld-linux.org Git - packages/fbida.git/blob - format-security.patch
- unified cairogl bcond name
[packages/fbida.git] / format-security.patch
1 --- fbida-2.09/wr/write-ps.c~   2012-02-22 18:13:36.000000000 +0100
2 +++ fbida-2.09/wr/write-ps.c    2013-11-08 17:54:52.546636006 +0100
3 @@ -457,7 +457,7 @@
4             fprintf(fp,"\n");
5         }
6      }
7 -    fprintf(fp,footer);
8 +    fprintf(fp,"%s",footer);
9      return 0;
10  }
11  
This page took 0.04049 seconds and 3 git commands to generate.