[ gpsdrive ] Build issues
Hamish
hamish_b at yahoo.com
Tue Nov 18 17:11:43 AKST 2008
Guenther wrote:
> I did the changes in the current svn, because I could find no reason
> (other than readability of the way.txt file) to keep those limits.
> I have adjusted the field sizes to the same values used in
> poi management:
> name[80]
> type[160]
> comment[255]
>
> a short test did work fine.
thanks, the comment[255] is nice (is that the sqlite sloppy varchar() max?)
I don't know much about glib-2, does g_strlcpy() null terminate strings?
e.g. with strncpy() you set max number of chars to copy, but if it overflows
that max number the null char is not written and you need to explicitly
do buff[sizeof(buff)-1] = '\0';. do the same pains apply to g_strlcpy()?
> -There is a friends server running on friends.gpsdrive.de, you can try it
> +There is a friends server running on friendsd.gpsdrive.de, you can try it
> if you enable it in the settings menu.
hmm, there is both:
$ host friendsd.gpsdrive.de
friendsd.gpsdrive.de has address 85.10.202.12
$ host friends.gpsdrive.de
friends.gpsdrive.de has address 78.47.242.84
thanks for the man page edits, I'll look into setting up a daily cron job
on SF to automatically pull from SVN and make it into a HTML page.
Chris, fyi an alternative to the SQLite Manager Firefox addon is a little
program called sqlitebrowser, search for it on sourceforge.
Hamish
More information about the GPSdrive
mailing list