summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-29 21:21:11 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-29 21:21:11 +0000
commit09fa6e9aaa1a494bc4146abfe55a390647bd5b9a (patch)
tree8a1460cbda90680c7625f462093c8db9a7261509 /ChangeLog
parent995be247dc8e35a5139a30c830dcf586a5bf7675 (diff)
downloadlibgpod-09fa6e9aaa1a494bc4146abfe55a390647bd5b9a.tar.gz
libgpod-09fa6e9aaa1a494bc4146abfe55a390647bd5b9a.tar.xz
libgpod-09fa6e9aaa1a494bc4146abfe55a390647bd5b9a.zip
* src/db-artwork-writer.c: reread the pointer for memory mapped
buffers when it may have changed Artwork writing works by mapping structs to memory and by directly accessing/modifying it. This works until we need to move the mmap base address. This patch makes sure we reset the struct mapping every time the mmap base pointer may have changed git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1742 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7d79f1..f991933 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-10-29 Christophe Fergeau <teuf@gnome.org>
+
+ * src/db-artwork-writer.c: reread the pointer for memory mapped
+ buffers when it may have changed
+
+ Artwork writing works by mapping structs to memory and by directly
+ accessing/modifying it. This works until we need to move the
+ mmap base address. This patch makes sure we reset the struct
+ mapping every time the mmap base pointer may have changed
+
2007-10-27 Jorg Schuler <jcsjcs at users.sourceforge.net>
* src/itdb_device.c (ipod_classic_1_artwork_info)