commit ce0679f9c09729c4187c29e0a78c19df7ed729e1
Author: Christophe Fergeau <[email protected]>
Date: Tue Mar 23 21:57:35 2010 +0100
fix itdb_chapterdata_add_chapter prototype
the startpos argument is a guint32, not a gint32
src/itdb.h | 2 +-
src/itdb_chapterdata.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/itdb.h b/src/itdb.h
index 22717c3..5b24c00 100644
--- a/src/itdb.h
+++ b/src/itdb.h
@@ -1965,7 +1965,7 @@ Itdb_Chapter *itdb_chapter_new (void);
void itdb_chapter_free (Itdb_Chapter *chapter);
Itdb_Chapter *itdb_chapter_duplicate (Itdb_Chapter *chapter);
gboolean itdb_chapterdata_add_chapter (Itdb_Chapterdata *chapterdata,
- gint32 startpos,
+ guint32 startpos,
gchar *chaptertitle);
#ifndef LIBGPOD_DISABLE_DEPRECATED
diff --git a/src/itdb_chapterdata.c b/src/itdb_chapterdata.c
index 6f8cc67..79edc3d 100644
--- a/src/itdb_chapterdata.c
+++ b/src/itdb_chapterdata.c
@@ -228,7 +228,7 @@ Itdb_Chapter *itdb_chapter_duplicate (Itdb_Chapter *chapter)
*/
gboolean
itdb_chapterdata_add_chapter (Itdb_Chapterdata *chapterdata,
- gint32 startpos,
+ guint32 startpos,
gchar *chaptertitle)
{
Itdb_Chapter *chapter;
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2