]> git.pld-linux.org Git - packages/epiphany-extensions.git/blob - epiphany-extensions-gsize.patch
- small patch to use gsize, not int.. fix 64archs build
[packages/epiphany-extensions.git] / epiphany-extensions-gsize.patch
1 --- epiphany-extensions-1.4.1/extensions/error-viewer/sgml-validator.c~ 2004-09-26 16:22:39.000000000 +0000
2 +++ epiphany-extensions-1.4.1/extensions/error-viewer/sgml-validator.c  2004-10-09 01:06:47.957865904 +0000
3 @@ -271,8 +271,8 @@
4         char *encoding;
5         char *base;
6         char *buf;
7 -       int buf_size = 4096;
8 -       int len;
9 +       gsize buf_size = 4096;
10 +       gsize len;
11         GIOChannel *in;
12         GIOChannel *out;
13         GIOStatus status;
This page took 0.082091 seconds and 3 git commands to generate.