From 4d07acd384d140dbd2022019a13a55ac0a159e73 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 28 Oct 2011 11:23:02 -0400 Subject: [PATCH] Backed out changeset: 294fded6a0d0 (bug 4902, bug 5068). --- sourcepawn/compiler/sc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/compiler/sc1.c b/sourcepawn/compiler/sc1.c index 9685333c..543a1d26 100644 --- a/sourcepawn/compiler/sc1.c +++ b/sourcepawn/compiler/sc1.c @@ -2923,7 +2923,7 @@ static cell initvector(int ident,int tag,cell size,int fillzero, matchbrace=matchtoken('{'); for ( ;; ) { prev2=prev1; - prev1=init(iVARIABLE,&ctag,errorfound); + prev1=init(ident,&ctag,errorfound); if (!matchbrace) break; if ((ellips=matchtoken(tELLIPS))!=0)