From 81bae13a60b1c47b96f4fb19662d41acdab77f2a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 21 Oct 2005 10:02:21 +0000 Subject: [PATCH] Fixed macro bug --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40145 --- sourcemm/sourcemm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemm/sourcemm.cpp b/sourcemm/sourcemm.cpp index de58e1e..c3dc3c3 100644 --- a/sourcemm/sourcemm.cpp +++ b/sourcemm/sourcemm.cpp @@ -76,7 +76,7 @@ void ClearGamedllList(); pl = (*iter); \ for (event=pl->m_Events.begin(); event!=pl->m_Events.end(); event++) { \ api = (*event); \ - api->evn##args; \ + api->evn args; \ } \ }