diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-06-10 01:25:17 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-06-11 15:56:41 -0700 |
commit | fb3ce8554cb63f5939139fbdaca6ac0cf264b55a (patch) | |
tree | 6995331c05e189ee2f75b747b6cad058e93250dc /Documentation | |
parent | 74bf8d5260a64d39a27c9703d4747fecc475fdc8 (diff) | |
download | subsurface-fb3ce8554cb63f5939139fbdaca6ac0cf264b55a.tar.gz |
datatrak.c: don't use POSIX %m format for sscanf() in dtrak_prepare_data()
The format option "%m" doesn't work for MINGW/Windows and is reported as
an unknown conversation type and this sscanf() call would not work.
The alternative is to malloc() enough space manually - e.g.
strlen(input) + 1.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions