Always use protection

This commit is contained in:
Bill Meltsner
2011-10-12 14:42:51 -05:00
parent d20f42c230
commit cb6bde5ad7
+1 -1
View File
@@ -45,7 +45,7 @@
#include "wrap_WheelJoint.h"
#include "wrap_RopeJoint.h"
#define ASSERT_GUARD(A) try { A } catch (love::Exception & e) { return luaL_error(L, e.what()); }
#define ASSERT_GUARD(A) try { A } catch (love::Exception & e) { return luaL_error(L, "%s", e.what()); }
namespace love
{