From 3bf06d242f6a5fa3ba28780f6dc93e7299ae4b5c Mon Sep 17 00:00:00 2001 From: James Goppert Date: Thu, 24 Sep 2015 16:45:18 -0400 Subject: [PATCH] Fix def for stdc format macros to match existing code. --- src/lib/launchdetection/CatapultLaunchMethod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/launchdetection/CatapultLaunchMethod.cpp b/src/lib/launchdetection/CatapultLaunchMethod.cpp index 8a0e8a3bb3..6f233d52ad 100644 --- a/src/lib/launchdetection/CatapultLaunchMethod.cpp +++ b/src/lib/launchdetection/CatapultLaunchMethod.cpp @@ -41,7 +41,7 @@ #include "CatapultLaunchMethod.h" #include -#define __STDC_FORMAT_MACROS 1 +#define __STDC_FORMAT_MACROS #include namespace launchdetection