summaryrefslogtreecommitdiff
path: root/apps/unix/x11pdf.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-23 09:27:31 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-23 09:27:31 +0200
commit4e6c7e6df022075ae0eb5197395318641bca2243 (patch)
tree516918070303eeb748b4288c9c943344086acc5c /apps/unix/x11pdf.c
parent7973f7fed6475ebade8b94e269c4df29296e32a3 (diff)
downloadmupdf-4e6c7e6df022075ae0eb5197395318641bca2243.tar.xz
fixed seek/tell bug in openbuffer files
Diffstat (limited to 'apps/unix/x11pdf.c')
-rw-r--r--apps/unix/x11pdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/unix/x11pdf.c b/apps/unix/x11pdf.c
index f12d27f1..eecb70dd 100644
--- a/apps/unix/x11pdf.c
+++ b/apps/unix/x11pdf.c
@@ -408,7 +408,7 @@ int main(int argc, char **argv)
double zoom = 1.0;
int pageno = 1;
- while ((c = getopt(argc, argv, "dzp:")) != -1)
+ while ((c = getopt(argc, argv, "d:z:p:")) != -1)
{
switch (c)
{