[libdmapsharing] Add terminating record to meta_data_map in dpap-share.c Signed-off-by: W. Michael Petullo <mike flyn
- From: W. Michael Petullo <wmpetullo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libdmapsharing] Add terminating record to meta_data_map in dpap-share.c Signed-off-by: W. Michael Petullo <mike flyn
- Date: Sat, 16 Oct 2010 05:19:26 +0000 (UTC)
commit 1c2e473a35f67faf678c59a3523560779b65421a
Author: W. Michael Petullo <mike flyn org>
Date: Sat Oct 16 00:19:05 2010 -0500
Add terminating record to meta_data_map in dpap-share.c
Signed-off-by: W. Michael Petullo <mike flyn org>
ChangeLog | 4 ++++
libdmapsharing/dpap-share.c | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4c03eaf..952fab6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+16 October 2010 W. Michael Petullo <mike flyn org>
+
+ * Add terminating record to meta_data_map in dpap-share.c.
+
01 October 2010 W. Michael Petullo <mike flyn org>
* Fix missed "daap.songX" to "songX" change.
diff --git a/libdmapsharing/dpap-share.c b/libdmapsharing/dpap-share.c
index 6c3b3e8..5105f2d 100644
--- a/libdmapsharing/dpap-share.c
+++ b/libdmapsharing/dpap-share.c
@@ -316,7 +316,8 @@ static struct DMAPMetaDataMap meta_data_map[] = {
{"dpap.thumb", PHOTO_THUMB},
{"dpap.hires", PHOTO_HIRES},
{"dpap.filedata", PHOTO_FILEDATA},
- {"dpap.imagecomments", PHOTO_IMAGECOMMENTS}};
+ {"dpap.imagecomments", PHOTO_IMAGECOMMENTS},
+ { NULL, 0}};
#define DPAP_ITEM_KIND_PHOTO 3 /* This is the constant that dpap-sharp uses. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]