[Scummvm-cvs-logs] scummvm-tools master -> cfa6d2f120b8d902c19454c21c5db8d4525fdf8d

Strangerke Strangerke at scummvm.org
Tue Jan 5 12:14:05 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
cfa6d2f120 TOOLS: Remove obsolete redefine of vsnprintf


Commit: cfa6d2f120b8d902c19454c21c5db8d4525fdf8d
    https://github.com/scummvm/scummvm-tools/commit/cfa6d2f120b8d902c19454c21c5db8d4525fdf8d
Author: Strangerke (strangerke at scummvm.org)
Date: 2016-01-05T12:08:12+01:00

Commit Message:
TOOLS: Remove obsolete redefine of vsnprintf

Changed paths:
    common/util.cpp



diff --git a/common/util.cpp b/common/util.cpp
index b9c59dd..2b6a7a6 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -30,10 +30,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#ifdef _MSC_VER
-	#define	vsnprintf _vsnprintf
-#endif
-
 void error(const char *s, ...) {
 	char buf[1024];
 	va_list va;






More information about the Scummvm-git-logs mailing list