onnxruntime
Fix log message truncation on Windows when printf formatting is used.`
#1599
Merged

Commits
  • Fix log message truncation and add unit test. On Windows vnsprintf_s returns -1 when truncating so we need to differentiate that from a real error.
    skottmckay committed 6 years ago
  • Use errno
    skottmckay committed 6 years ago
  • Empty checkin to trigger rebuild
    skottmckay committed 6 years ago
Loading