Mercurial > geeqie.yaz
diff src/remote.c @ 1307:e8f21b91885d
Glibification again.
author | zas_ |
---|---|
date | Sat, 21 Feb 2009 20:43:35 +0000 |
parents | bd1c6e445396 |
children | fe4da037be21 |
line wrap: on
line diff
--- a/src/remote.c Sat Feb 21 18:28:53 2009 +0000 +++ b/src/remote.c Sat Feb 21 20:43:35 2009 +0000 @@ -429,7 +429,7 @@ { gdouble n; - n = strtod(text, NULL); + n = g_ascii_strtod(text, NULL); if (n < SLIDESHOW_MIN_SECONDS || n > SLIDESHOW_MAX_SECONDS) { printf_term("Remote slideshow delay out of range (%.1f to %.1f)\n",