]> git.pld-linux.org Git - packages/epiphany-extensions.git/commitdiff
- small patch to use gsize, not int.. fix 64archs build auto/ac/epiphany-extensions-1_4_1-3
authorundefine <undefine@pld-linux.org>
Sat, 9 Oct 2004 01:10:43 +0000 (01:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    epiphany-extensions-gsize.patch -> 1.1

epiphany-extensions-gsize.patch [new file with mode: 0644]

diff --git a/epiphany-extensions-gsize.patch b/epiphany-extensions-gsize.patch
new file mode 100644 (file)
index 0000000..d28facb
--- /dev/null
@@ -0,0 +1,13 @@
+--- epiphany-extensions-1.4.1/extensions/error-viewer/sgml-validator.c~        2004-09-26 16:22:39.000000000 +0000
++++ epiphany-extensions-1.4.1/extensions/error-viewer/sgml-validator.c 2004-10-09 01:06:47.957865904 +0000
+@@ -271,8 +271,8 @@
+       char *encoding;
+       char *base;
+       char *buf;
+-      int buf_size = 4096;
+-      int len;
++      gsize buf_size = 4096;
++      gsize len;
+       GIOChannel *in;
+       GIOChannel *out;
+       GIOStatus status;
This page took 0.029144 seconds and 4 git commands to generate.