aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-08-17 23:10:28 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-08-17 23:10:28 +0000
commit495eb1b78815d85b759832bc040ff1b3000102d8 (patch)
tree01e795f49b5d8ce36c5686cfbf20e4046e2d744e /epan/tvbuff.h
parent00b682c185dd1c323f554c1c38c84f4751a92a52 (diff)
snprintf -> g_snprintf
svn path=/trunk/; revision=15398
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 29504ebd5f..d7a64db654 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -460,7 +460,7 @@ extern guint8 *tvb_get_ephemeral_stringz(tvbuff_t *tvb, gint offset, gint *lengt
* no more than bufsize number of bytes, including terminating NUL, to buffer.
* Returns length of string (not including terminating NUL), or -1 if the string was
* truncated in the buffer due to not having reached the terminating NUL.
- * In this way, it acts like snprintf().
+ * In this way, it acts like g_snprintf().
*
* When processing a packet where the remaining number of bytes is less
* than bufsize, an exception is not thrown if the end of the packet