From de12ba6d2abc79ef395d0f9327587e00ed46d886 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 24 Dec 2007 17:07:56 +0000 Subject: [PATCH] fixed linux build --HG-- extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40606 --- sourcemm/metamod.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcemm/metamod.cpp b/sourcemm/metamod.cpp index 9577758..4d58d06 100644 --- a/sourcemm/metamod.cpp +++ b/sourcemm/metamod.cpp @@ -1473,7 +1473,7 @@ void LookForVDFs(const char *dir) { continue; } - g_SmmAPI.PathFormat(path, sizeof(path), "%s/%s", dir, pEnt->d_name); + g_Metamod.PathFormat(path, sizeof(path), "%s/%s", dir, pEnt->d_name); ProcessVDF(path); }