GNOME Bugzilla – Bug 706917
flickr: resolve() returns wrong values
Last modified: 2013-08-28 08:13:40 UTC
When invoking grl_source_resolve() for a image, the results corresponds to a different image.
Created attachment 253348 [details] [review] flickr: Do not convert "id" to number We don't need to convert it to a number; we can deal with it as a string. This also fixes problems with invalid conversions or numbers outside range.
Attachment 253348 [details] pushed as 9ef8cd1 - flickr: Do not convert "id" to number commit 9ef8cd1210130554167974561fa4dd652d5ffe4d Author: Juan A. Suarez Romero <jasuarez@igalia.com> Date: Wed Aug 28 08:09:37 2013 +0000 flickr: Do not convert "id" to number We don't need to convert it to a number; we can deal with it as a string. This also fixes problems with invalid conversions or numbers outside range. https://bugzilla.gnome.org/show_bug.cgi?id=706917 src/flickr/gflickr.c | 4 ++-- src/flickr/gflickr.h | 2 +- src/flickr/grl-flickr.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-)