Skip to content

Commit a13164c

Browse files
authored
1 parent 3ddd378 commit a13164c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

make_chm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ function buildChm( $cpp = true )
367367
// building project file
368368
echo( "building project cppreference.hhp ...\n");
369369
$metadata = "[OPTIONS]\nCompatibility=1.1 or later\nCompiled file=cppreference.chm\nContents file=cppreference.hhc\nDefault Window=default\nDefault topic=chmhelp\index.html\nDisplay compile progress=No\nFull-text search=Yes\nIndex file=cppreference.hhk\nLanguage=0x804 中文(简体,中国)\nTitle=Title=C / C++ 参考文档\n[WINDOWS]\n";
370-
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,173408,250,0,[0,32,1080,700],0x0000000,,,,,0,0'."\n[FILES]\n";
370+
$metadata .= 'default="C / C++ 参考文档","cppreference.hhc","cppreference.hhk","chmhelp\index.html","chmhelp\index.html",,,,,140640,250,62,[0,32,1080,700],0x0000000,,,,,0,0'."\n[FILES]\n";
371371

372372
buildListOfFiles( $treeFiles, $metadata );
373373

@@ -560,4 +560,4 @@ function dirToArray(&$files, $dir, $ext)
560560
}
561561
}
562562
}
563-
?>
563+
?>

0 commit comments

Comments
 (0)