]> git.pld-linux.org Git - packages/libgpod.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:23:58 +0000 (17:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgpod-align.patch -> 1.2

libgpod-align.patch [deleted file]

diff --git a/libgpod-align.patch b/libgpod-align.patch
deleted file mode 100644 (file)
index d2a397b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgpod/src/db-parse-context.c.orig        2005-09-22 18:16:50.000000000 +0000
-+++ libgpod/src/db-parse-context.c     2005-11-07 19:59:27.716675000 +0000
-@@ -132,7 +132,7 @@
-               return NULL;
-       }
--      h = (MHeader *)ctx->cur_pos;
-+      h = (MHeader *)(void*)ctx->cur_pos; /* XXX: unaligned access on unaligned header */
-       if (strncmp (id, (char *)h->header_id, 4) != 0) {
-               return NULL;
-       }
This page took 0.095396 seconds and 4 git commands to generate.