summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2010-06-21 16:57:13 +0200
committerTor Andersson <tor@ghostscript.com>2010-06-21 16:57:13 +0200
commitbc74252a06621e4f3af7d5201f92a3486e7664d2 (patch)
treec72cb5f1609fa25c36d5862543a47cee95acb605
parent81b0ca05fb486e286882c00417885e72eb6e48e2 (diff)
downloadmupdf-bc74252a06621e4f3af7d5201f92a3486e7664d2.tar.xz
Revert a local debugging change that snuck into a patch.
-rw-r--r--apps/pdfdraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfdraw.c b/apps/pdfdraw.c
index 46925838..1f93f777 100644
--- a/apps/pdfdraw.c
+++ b/apps/pdfdraw.c
@@ -292,7 +292,7 @@ static void drawtxt(int pagenum, struct benchmark *loadtimes)
fz_freedevice(dev);
printf("[Page %d]\n", pagenum);
- fz_debugtextspanxml(text);
+ fz_debugtextspan(text);
printf("\n");
fz_freetextspan(text);