From ad728683a0f8896508bcf24dadf9161b158573af Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 29 Oct 2012 01:00:19 -0700 Subject: Oops. --- compil.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compil.lex b/compil.lex index d75f157..36db5c5 100644 --- a/compil.lex +++ b/compil.lex @@ -240,7 +240,7 @@ fprintf(yyout, " [%i] = { x = \"var\", y = \"%i\", width = \"%i\", height = \"%i\" },\n", i, windows[i].y, windows[i].w, windows[i].h); break; case 3: - fprintf(yyout, " [%i] = { wtype = \"fixed\" },\n", current_ptr); + fprintf(yyout, " [%i] = { wtype = \"fixed\" },\n", i); break; } } -- cgit v1.2.3