summaryrefslogtreecommitdiff
path: root/src/gd2topng.c
diff options
context:
space:
mode:
authorpierre <none@none>2006-04-05 15:55:57 +0000
committerpierre <none@none>2006-04-05 15:55:57 +0000
commit5f9dbb231e96163bb9128bf83190c187156033ec (patch)
tree4318fd19fde1c4e41a467769fdf1750614dee683 /src/gd2topng.c
parente15b17f24f087fe57ea749f2767520804f424f97 (diff)
downloadlibgd-5f9dbb231e96163bb9128bf83190c187156033ec.tar.gz
- sync to 2.0.33
Diffstat (limited to 'src/gd2topng.c')
-rw-r--r--src/gd2topng.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gd2topng.c b/src/gd2topng.c
index a215526..c334dbf 100644
--- a/src/gd2topng.c
+++ b/src/gd2topng.c
@@ -17,7 +17,7 @@ main (int argc, char **argv)
{
gdImagePtr im;
FILE *in, *out;
- int x, y, w, h;
+ int x=0, y=0, w=0, h=0;
if ((argc != 3) && (argc != 7))
{
fprintf (stderr,