From e8c86b153f18dff6813377f45df89b2ebdfddf77 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 25 Nov 2004 13:10:51 +0000 Subject: [PATCH] added some comments. --- pdf2swf/swfoutput.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdf2swf/swfoutput.cc b/pdf2swf/swfoutput.cc index dea823b..8f02182 100644 --- a/pdf2swf/swfoutput.cc +++ b/pdf2swf/swfoutput.cc @@ -1160,7 +1160,7 @@ static void endtext(swfoutput*obj) swf_SetRect(i->tag,&r); MATRIX m; - swf_GetMatrix(0, &m); + swf_GetMatrix(0, &m); /* set unit matrix- the real matrix is in the placeobject */ swf_SetMatrix(i->tag,&m); putcharacters(obj, i->tag); -- 1.7.10.4