aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/log3gpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/log3gpp.c')
-rw-r--r--wiretap/log3gpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/log3gpp.c b/wiretap/log3gpp.c
index 6b3d4a5321..5cab675eee 100644
--- a/wiretap/log3gpp.c
+++ b/wiretap/log3gpp.c
@@ -459,7 +459,7 @@ log3gpp_seek_read(wtap *wth, gint64 seek_off,
/* If get here, must have failed */
*err = errno;
- *err_info = g_strdup_printf("prot 3gpp: seek_read failed to read/parse "
+ *err_info = ws_strdup_printf("prot 3gpp: seek_read failed to read/parse "
"line at position %" PRId64,
seek_off);
return FALSE;