Parse information from harvid independent from the locale
authorRobin Gareus <robin@gareus.org>
Mon, 22 Aug 2016 12:47:19 +0000 (14:47 +0200)
committerRobin Gareus <robin@gareus.org>
Mon, 22 Aug 2016 12:47:37 +0000 (14:47 +0200)
commit444b9e89033aa4171254a3622c583e1d791c7e9f
tree82d17b688eeb4cd9e0d4ab19a88ae13b6060f095
parent36f232d5585881d0451f4db9d2037dd1686e9d7a
Parse information from harvid independent from the locale

This fixes a crash where aspect ratio "0.5" from harvid was interpreted
as "0" in the French locale (expecting 0,5).

Note: harvid uses a portable, not localized snprintf() implementation
gtk2_ardour/utils_videotl.cc