use vsnprintf instead of snprintf in string_printf function

Also, revert to old location: Utils.hpp and utils.cpp
This commit is contained in:
tamasmeszaros 2020-02-03 11:18:33 +01:00
parent f09bed32b6
commit 0c4797e92e
4 changed files with 24 additions and 18 deletions

View file

@ -1,6 +1,6 @@
#include <catch_main.hpp>
#include "libslic3r/libslic3r.h"
#include "libslic3r/Utils.hpp"
namespace {