From 2008ca0e0b089df28571b1202090feeb392bbefc Mon Sep 17 00:00:00 2001 From: Michael McKoy Date: Mon, 8 Oct 2007 22:13:49 +0000 Subject: [PATCH] Misplaced ( --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401541 --- plugins/rockthevote.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rockthevote.sp b/plugins/rockthevote.sp index 55d48b1c..bf4fd9a9 100644 --- a/plugins/rockthevote.sp +++ b/plugins/rockthevote.sp @@ -351,7 +351,7 @@ public Action:Timer_StartRTV(Handle:timer) // We assume that g_RTVMapList is within the correct limits, based on the logic for nominations for (new i = 0; i < GetArraySize(g_RTVMapList); i++) { - GetArrayString(g_RTVMapList, i, map, sizeofmap)); + GetArrayString(g_RTVMapList, i, map, sizeof(map)); AddMenuItem(MapVoteMenu, map, map); for (new j = 0; j < GetArraySize(tempMaps); j++)