Again, the err_info returned from wtap_read() and wtap_seek_read() is a
authorGuy Harris <guy@alum.mit.edu>
Fri, 30 May 2008 04:03:32 +0000 (04:03 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 30 May 2008 04:03:32 +0000 (04:03 -0000)
commitffcb64114943c4ff58260c9f9091b38b6365f202
treec5f01108009907e722c0cf906859ec736cd9f142
parentbe161ba4606520542e562477d15bc71ca111ed95
Again, the err_info returned from wtap_read() and wtap_seek_read() is a
g_mallocated string, so it's not const.

Fix a comment to reflect reality (err_info is some additional
information about the error returned by Wiretap, e.g. some gory details
about the error, mainly useful to developers and support people).

svn path=/trunk/; revision=25401
file.c
file.h