]> spindle.queued.net Git - midori/commitdiff
Use gint64 instead of goffset, the latter is too new
authorChristian Dywan <christian@twotoasts.de>
Tue, 18 Nov 2008 00:55:49 +0000 (01:55 +0100)
committerChristian Dywan <christian@twotoasts.de>
Tue, 18 Nov 2008 00:55:49 +0000 (01:55 +0100)
katze/katze-net.h

index 3aa12805e20f76b2a4ec48586aad187c6e05b626..0da0c2870cc6994423eedcbe631f925fbac50eb4 100644 (file)
@@ -55,7 +55,7 @@ typedef struct
     KatzeNetStatus status;
     gchar* mime_type;
     gchar* data;
-    goffset length;
+    gint64 length;
 } KatzeNetRequest;
 
 typedef gboolean (*KatzeNetStatusCb)     (KatzeNetRequest*   request,