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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 65217 - (show annotations) (download)
Sun Mar 6 11:34:25 2011 UTC (13 years ago) by saispo
File size: 422 byte(s)
imported package w3m
1 --- w3m-0.5.2/w3mbookmark.c 2007-05-30 18:19:50.000000000 -0700
2 +++ w3m-0.5.2/w3mbookmark.c.new 2008-12-22 23:22:27.000000000 -0800
3 @@ -99,7 +99,7 @@
4 fprintf(f, "<body>\n<h1>Bookmarks</h1>\n");
5 fprintf(f, "<h2>%s</h2>\n<ul>\n", section);
6 fprintf(f, "<li><a href=\"%s\">%s</a>\n", url, title);
7 - fprintf(f, end_section);
8 + fprintf(f, "%s", end_section);
9 fprintf(f, "</ul>\n</body>\n</html>\n");
10 fclose(f);
11 }

  ViewVC Help
Powered by ViewVC 1.1.30