On Tue, 5 May 2009, Allin Cottrell wrote:
> Now that I have a somewhat better understanding of how libgsf
> works, here's a suggestion for a patch (attached).
Sorry, the patch contained a breakage, trying again.
Allin Cottrelldiff -ub libgsf-1.14.12.orig/gsf/gsf-infile-zip.c
libgsf-1.14.12.new/
On Mon, 4 May 2009, Morten Welinder wrote:
> You want something like this...
Now that I have a somewhat better understanding of how libgsf
works, here's a suggestion for a patch (attached). It adds the
ability to read the timestamp from files inside a zip archive, and
to set the time stamp on fi
On Mon, 4 May 2009, Morten Welinder wrote:
> You want something like this...
>
> diff --git a/tests/test-cp-zip.c b/tests/test-cp-zip.c
> index 5523f33..2169f78 100644
> --- a/tests/test-cp-zip.c
> +++ b/tests/test-cp-zip.c
Great, thanks!
Allin Cottrell
__
You want something like this...
diff --git a/tests/test-cp-zip.c b/tests/test-cp-zip.c
index 5523f33..2169f78 100644
--- a/tests/test-cp-zip.c
+++ b/tests/test-cp-zip.c
@@ -26,16 +26,16 @@
#include
#include
+#include
#include
#include
#include
static void
-clone (GsfInfile *in, Gsf
On Mon, 4 May 2009, Jon K Hellan wrote:
> Allin Cottrell wrote:
> > I'm trying some tests with the hope of switching to libgsf in
> > place of low-level fiddling with pkzip structures in reading and
> > writing zipfiles. So far I'm only partially successful and I'd
> > much appreciate any guidanc
Allin Cottrell wrote:
I'm trying some tests with the hope of switching to libgsf in
place of low-level fiddling with pkzip structures in reading and
writing zipfiles. So far I'm only partially successful and I'd
much appreciate any guidance.
I have the following C source (with correct headers i
I'm trying some tests with the hope of switching to libgsf in
place of low-level fiddling with pkzip structures in reading and
writing zipfiles. So far I'm only partially successful and I'd
much appreciate any guidance.
I have the following C source (with correct headers included, and
followed by