diff options
author | Tor Andersson <tor@ghostscript.com> | 2010-06-21 16:57:13 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2010-06-21 16:57:13 +0200 |
commit | bc74252a06621e4f3af7d5201f92a3486e7664d2 (patch) | |
tree | c72cb5f1609fa25c36d5862543a47cee95acb605 | |
parent | 81b0ca05fb486e286882c00417885e72eb6e48e2 (diff) | |
download | mupdf-bc74252a06621e4f3af7d5201f92a3486e7664d2.tar.xz |
Revert a local debugging change that snuck into a patch.
-rw-r--r-- | apps/pdfdraw.c | 2 |
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); |