diff options
Diffstat (limited to 'apps/pdfdraw.c')
-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); |