Fix compilation on Windows.

svn path=/trunk/; revision=44989
This commit is contained in:
Gerald Combs 2012-09-18 22:06:30 +00:00
parent d8a0279ea0
commit 97fad5d945
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ user_guide_url(const gchar *page) {
HWND hw;
g_string_printf(url, "%s\\user-guide.chm::/wsug_chm/%s>Wireshark Help",
get_datafile_dir(), topic);
get_datafile_dir(), page);
hw = HtmlHelpW(NULL,
utf_8to16(url->str),