Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/mdvi-lib/sp-epsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/mdvi-lib/sp-epsf.c')
-rw-r--r--dvi/mdvi-lib/sp-epsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvi/mdvi-lib/sp-epsf.c b/dvi/mdvi-lib/sp-epsf.c
index de08482..9a07fc7 100644
--- a/dvi/mdvi-lib/sp-epsf.c
+++ b/dvi/mdvi-lib/sp-epsf.c
@@ -235,7 +235,7 @@ void epsf_special(DviContext *dvi, char *prefix, char *arg)
{
char *file;
char *special;
- EpsfBox box;
+ EpsfBox box = {0, 0, 0, 0};
int x, y;
int w, h;
double xf, vf;