This commit is contained in:
malc 2013-02-03 16:06:02 +04:00
parent 5c7b925203
commit 0d8e11135d

3
link.c
View file

@ -1636,9 +1636,12 @@ static void * mainloop (void *unused)
filenamelen = strlen (filename);
password = filename + filenamelen + 1;
lock ("open");
openxref (filename, password);
pdfinfo ();
initpdims ();
unlock ("open");
if (!wthack) {
utf8filename = mbtoutf8 (filename);
printd ("msg Opened %s (press h/F1 to get help)", utf8filename);