svn path=/trunk/; revision=41941
This commit is contained in:
Guy Harris 2012-04-04 19:46:45 +00:00
parent d0039be915
commit 5ef71a27ff
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ open_capture_device(interface_options *interface_opts,
filled in on a failure to open an rpcap: URL. */
g_strlcpy(*open_err_str,
"Unknown error (pcap bug; actual error cause not reported)",
sizef *open_err_str);
sizeof *open_err_str);
}
g_log(LOG_DOMAIN_CAPTURE_CHILD, G_LOG_LEVEL_DEBUG,
"pcap_open() returned %p.", (void *)pcap_h);