/[packages]/cauldron/w3m/current/SOURCES/w3m-0.5.2-literal.patch
ViewVC logotype

Diff of /cauldron/w3m/current/SOURCES/w3m-0.5.2-literal.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 147790 by saispo, Sun Mar 6 11:34:25 2011 UTC revision 147791 by pterjan, Sun Sep 25 17:31:31 2011 UTC
# Line 9  Line 9 
9          fprintf(f, "</ul>\n</body>\n</html>\n");          fprintf(f, "</ul>\n</body>\n</html>\n");
10          fclose(f);          fclose(f);
11       }       }
12    --- w3m-0.5.3/acinclude.m4      2011-01-04 09:22:18.000000000 +0000
13    +++ w3m-0.5.3/acinclude.m4      2011-09-25 17:21:34.000000000 +0000
14    @@ -866,7 +866,7 @@
15     AC_TRY_COMPILE(
16     changequote(<<,>>)dnl
17     <<extern char *sys_errlist[];>>,
18    -<<printf(sys_errlist[0]);>>,
19    +<<printf("%s", sys_errlist[0]);>>,
20     changequote([,])dnl
21     [have_sys_errlist="yes"; AC_DEFINE(HAVE_SYS_ERRLIST)],
22     [have_sys_errlist="no"])
23    --- w3m-0.5.3/configure 2011-09-25 17:28:22.000000000 +0000
24    +++ w3m-0.5.3/configure 2011-09-25 17:28:55.000000000 +0000
25    @@ -8986,7 +8986,7 @@
26     int
27     main ()
28     {
29    -printf(sys_errlist[0]);
30    +printf("%s", sys_errlist[0]);
31       ;
32       return 0;
33     }

Legend:
Removed from v.147790  
changed lines
  Added in v.147791

  ViewVC Help
Powered by ViewVC 1.1.30