After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 301362 - Flickr export broken with recent Flickr upgrades
Flickr export broken with recent Flickr upgrades
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: General
CVS
Other Linux
: Normal normal
: ---
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-20 16:48 UTC by Adam Israel
Modified: 2005-04-20 17:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to bump limit from an int to a long (713 bytes, patch)
2005-04-20 16:49 UTC, Adam Israel
none Details | Review

Description Adam Israel 2005-04-20 16:48:49 UTC
Flickr recently raised the transfer limit to 2G.  This caused an integer
overflow when attempting to Login.
Comment 1 Adam Israel 2005-04-20 16:49:56 UTC
Created attachment 45493 [details] [review]
Patch to bump limit from an int to a long

This is a really simple one.  Just change the Limit from an int to a long, so
it handles Flickr's new upload limit.
Comment 2 Larry Ewing 2005-04-20 17:06:51 UTC
This is in CVS now