]> git.pld-linux.org Git - packages/js.git/blob - js-build.patch
- rel 10; build fixed
[packages/js.git] / js-build.patch
1 --- js/src/js.c~        2007-04-20 20:45:18.000000000 +0200
2 +++ js/src/js.c 2016-10-18 22:22:16.509762977 +0200
3 @@ -160,7 +160,7 @@
4  #endif
5      {
6          char line[256];
7 -        fprintf(gOutFile, prompt);
8 +        fprintf(gOutFile, "%s", prompt);
9          fflush(gOutFile);
10          if (!fgets(line, sizeof line, file))
11              return JS_FALSE;
This page took 0.04293 seconds and 3 git commands to generate.