Use g_ascii_strtoll instead of strtol.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 5 Sep 2020 03:08:12 +0000 (05:08 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 5 Sep 2020 03:39:47 +0000 (05:39 +0200)
commita2252ba28252bb743c835ccee144a099e410ba4c
treefa1992e36b25beca33157fc8f49417106934f3ec
parent9118668193bd044e93de6623df4a5cf34a3a8605
Use g_ascii_strtoll instead of strtol.

The former is locale sensitive.
src/ui/gui/psppire-scanf.c