From 76007c3b0e980e8ff0bc53148662c197200109a5 Mon Sep 17 00:00:00 2001 From: Stas Gurtovoy Date: Wed, 13 Jul 2011 10:38:51 +0300 Subject: [PATCH] Fix parameter parsing in renderer Change-Id: I14533cea4a29eff2b3dec3a68e80fc1ae7f44da3 --- tools/emulator/opengl/host/renderer/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/emulator/opengl/host/renderer/main.cpp b/tools/emulator/opengl/host/renderer/main.cpp index 709ed7599..dba319022 100644 --- a/tools/emulator/opengl/host/renderer/main.cpp +++ b/tools/emulator/opengl/host/renderer/main.cpp @@ -72,7 +72,6 @@ int main(int argc, char *argv[]) if (++i >= argc || sscanf(argv[i],"%d", &winY) != 1) { printUsage(argv[0]); } - i++; } else if (!strncmp(argv[i], "-width", 6)) { if (++i >= argc || sscanf(argv[i],"%d", &winWidth) != 1) {