-
This patch fixes a cast from a pointer to an int by casting it to a long instead. Otherwise this is an compiler error on 64bit machines because an int cannot hold the size of a pointer (64bit) there.
2009-09-21 03:11:46 UTC in KC85 Emulator
-
In Debian bug 537085 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537085) Jan Hudec reports that this patch works for him, both reading and writing with gpsbabel and with mapsource running in wine. He also reports that sourceforge somehow stopped working for him which is why I add this information.
2009-07-29 13:41:00 UTC in Linux Kernel Driver for Garmin GPS/USB
-
Thanks for providing the patch so fast. I had the same problem (worked for 2.6.26, but not for 2.6.30). Applying the patch solved this issue for me. I tried uploading and downloading of waypoints using the Debian Lenny version gpsbabel, which did not work without the patch (same hang and similar log messages as described in bug report).
2009-07-24 16:25:26 UTC in Linux Kernel Driver for Garmin GPS/USB