[libgdata/libgdata-0-5] core: Store the start index as an unsigned int in GDataQuery
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-5] core: Store the start index as an unsigned int in GDataQuery
- Date: Sat, 27 Nov 2010 23:13:04 +0000 (UTC)
commit d2fcf36a395ef4e973ac8e569b6b26b1da5eb9b2
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Nov 27 23:12:36 2010 +0000
core: Store the start index as an unsigned int in GDataQuery
The external interface was accepting unsigned values, but was storing them
as signed internally.
gdata/gdata-query.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/gdata-query.c b/gdata/gdata-query.c
index 46115aa..52c791f 100644
--- a/gdata/gdata-query.c
+++ b/gdata/gdata-query.c
@@ -69,7 +69,7 @@ struct _GDataQueryPrivate {
GTimeVal updated_max;
GTimeVal published_min;
GTimeVal published_max;
- gint start_index;
+ guint start_index;
gboolean is_strict;
guint max_results;
gchar *entry_id;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]