MSVC-specific error in UnitTest.cpp
Brought to you by:
ninja9578
libjson 7.6.1, MSVC v16 (VS2010)
In UnitTest.cpp at line 152, the call to system("pwd") fails on Windows if not using cygwin or msys. I put an #ifdef _MSC_VER system("cd") #else ... around it and then it works fine.
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
patch for UnitTest.cpp