Fix MSVC builds, use C89 strtol() instead of C99 strtoll()
authorRobin Gareus <robin@gareus.org>
Mon, 30 Dec 2019 18:05:10 +0000 (19:05 +0100)
committerRobin Gareus <robin@gareus.org>
Mon, 30 Dec 2019 18:05:51 +0000 (19:05 +0100)
commitdef4be728506c8edf710c48cd0891a902dc0a6b9
tree3b992a3444fd05bccba1301ba80428f54e138c8e
parentb8460441fb31d89c2264879a7612f63e3ee8c1bf
Fix MSVC builds, use C89 strtol() instead of C99 strtoll()

For the case at hand (plugin scale-points) it's highly unlikely to
encounter numbers > INT_MAX.
libs/pbd/pbd/natsort.h