Fix bug in variadic argument parsing.

This commit is contained in:
David Anderson
2014-07-21 23:01:35 -07:00
parent 57303f4310
commit 2a99eecdb6
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
stock MyFormat( const String:formatString[], ... )
{
}
public main()
{
}