Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/dvi/dvilib/dl-dvi-file.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dvi/dvilib/dl-dvi-file.cc')
-rwxr-xr-xdvi/dvilib/dl-dvi-file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvi/dvilib/dl-dvi-file.cc b/dvi/dvilib/dl-dvi-file.cc
index 1739be9..46a206e 100755
--- a/dvi/dvilib/dl-dvi-file.cc
+++ b/dvi/dvilib/dl-dvi-file.cc
@@ -43,7 +43,7 @@ DviFile::get_page (uint n)
loader.goto_from_start (header->address + 45);
program = parser.parse_program ();
- page = new DviPage (*header, *program);
+ page = new DviPage (*program, header->count, postamble->fontmap);
}
return page;