mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 02:24:38 +00:00
revert log commit (dd9251a761)
This commit is contained in:
parent
208a917bcb
commit
f3568e75c9
@ -58,7 +58,7 @@ public:
|
||||
void Logf(int Level, const char * f, Ts&&... ts )
|
||||
{
|
||||
char buf[buf_size];
|
||||
int chars_written = snprintf(buf, buf_size, "%s", f, std::forward<Ts>(ts)...);
|
||||
int chars_written = snprintf(buf, buf_size, f, std::forward<Ts>(ts)...);
|
||||
Log(Level, buf);
|
||||
|
||||
if(chars_written >= static_cast<int>(buf_size)){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user