summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2012-01-27 13:55:46 +0000
committerRobin Watts <robin.watts@artifex.com>2012-01-27 13:55:46 +0000
commit50923a2d9da9023e846bacdf8cc5cc7961c17f7d (patch)
tree965c36cc11f6ba9ebf69499d62ed6943c52f5857 /apps
parent78e29456b051f41073d706ac7d3eb76bfa08b0ab (diff)
downloadmupdf-50923a2d9da9023e846bacdf8cc5cc7961c17f7d.tar.xz
Android/Windows build fixes
Update Android build for new thirdparty.zip. Small windows fix for pdf_xref -> pdf_document changes.
Diffstat (limited to 'apps')
-rw-r--r--apps/win_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win_main.c b/apps/win_main.c
index db5b92db..dcc2d0a6 100644
--- a/apps/win_main.c
+++ b/apps/win_main.c
@@ -168,7 +168,7 @@ INT CALLBACK
dloginfoproc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
char buf[256];
- pdf_document *doc = gapp.doc;
+ pdf_document *doc = gapp.pdf;
fz_obj *info, *obj;
switch(message)