wtap_read() and wtap_seek_read(), and thus the functions that it calls,
authorGuy Harris <guy@alum.mit.edu>
Fri, 30 May 2008 02:34:45 +0000 (02:34 -0000)
committerGuy Harris <guy@alum.mit.edu>
Fri, 30 May 2008 02:34:45 +0000 (02:34 -0000)
commit3ff150d6d69e8e0c9104db75bcfd536be9689f57
treeb02f23e7133cda19e7f0aa626bc6461085934f80
parent1fc6505fb87e6d968c8197f9e8a0e636c8c4feab
wtap_read() and wtap_seek_read(), and thus the functions that it calls,
are expected to return a g_mallocated error string; that's why they fill
in a gchar **, not a const gchar **.  g_strdup() the argument to
KERROR(), so it's g_mallocated.

svn path=/trunk/; revision=25398
wiretap/k12text.l