commit 9c73df588ca3d12eb58f2c4630dc218960c09550
parent c41125e73f3c429a73081a7ea71955b11b198267
Author: ByteProject <stefan.vogt@byteproject.net>
Date: Wed, 8 Feb 2012 20:23:09 +0100
image pointer declaration (libgd)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/ansilove/ansilove.c b/ansilove/ansilove.c
@@ -1405,6 +1405,10 @@ void alBinaryLoader(char *input, char output[], char columns[], char font[], cha
// close input file, we don't need it anymore
fclose(input_file);
+ // libgd image pointer
+ gdImagePtr im;
+
+
} // <--- wipe this when enabling the BINARY code below again