]> git.pld-linux.org Git - packages/libsoup3.git/commitdiff
more fixes
authorArtur Frysiak <artur@frysiak.net>
Fri, 12 Dec 2003 15:14:10 +0000 (15:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libsoup-gsize.patch -> 1.2

libsoup-gsize.patch

index a31d570aea21bb37017d41b53fb3e7d09f1d8440..120cbdb28167d60956d186e6fa566a2b6ac371ca 100644 (file)
@@ -1,6 +1,6 @@
 --- libsoup-2.1.2/libsoup/soup-socket.h.wiget  2003-12-12 15:55:43.954279912 +0100
-+++ libsoup-2.1.2/libsoup/soup-socket.h        2003-12-12 15:56:28.503462805 +0100
-@@ -89,8 +89,8 @@
++++ libsoup-2.1.2/libsoup/soup-socket.h        2003-12-12 16:13:35.175339423 +0100
+@@ -89,20 +89,20 @@
  
  SoupSocketIOStatus  soup_socket_read       (SoupSocket         *sock,
                                            gpointer            buffer,
  SoupSocketIOStatus  soup_socket_read_until (SoupSocket         *sock,
                                            gpointer            buffer,
                                            guint               len,
-@@ -101,8 +101,8 @@
+                                           gconstpointer       boundary,
+-                                          guint               boundary_len,
+-                                          guint              *nread,
++                                          gsize               boundary_len,
++                                          gsize              *nread,
+                                           gboolean           *got_boundary);
  
  SoupSocketIOStatus  soup_socket_write      (SoupSocket         *sock,
                                            gconstpointer       buffer,
This page took 0.228328 seconds and 4 git commands to generate.