diff options
| author | Simon Tatham <anakin@pobox.com> | 2006-12-12 21:36:08 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2006-12-12 21:36:08 +0000 |
| commit | f2f679aac6b0ee28083ad1189b9954b6f2885312 (patch) | |
| tree | 45a4c27d12f03652dae705db01d420dbb0092af2 | |
| parent | 4c2f461fc355561b93e611a636c7442514b354b1 (diff) | |
| download | halibut-f2f679aac6b0ee28083ad1189b9954b6f2885312.zip halibut-f2f679aac6b0ee28083ad1189b9954b6f2885312.tar.gz halibut-f2f679aac6b0ee28083ad1189b9954b6f2885312.tar.bz2 halibut-f2f679aac6b0ee28083ad1189b9954b6f2885312.tar.xz | |
These HHP window dimensions seem to be rubbish. Better off without
any, I reckon.
[originally from svn r6994]
| -rw-r--r-- | bk_html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1633,7 +1633,7 @@ void html_backend(paragraph *sourceform, keywordlist *keywords, NULL, keywords, &conf); fprintf(ho.fp, "\",\"%s\",\"%s\",\"%s\",,,,,," - "0x42520,,0x3876,[271,372,593,566],,,,,,,0\n", + "0x42520,,0x3876,,,,,,,,0\n", conf.hhc_filename ? conf.hhc_filename : "", hhk_filename ? hhk_filename : "", files.head->filename); |