diff src/util.h @ 9307:2138b3a07cb8

[gaim-migrate @ 10115] [02:32] <grim> http://www.reaperworld.com/code/gaim/gaim-0.79cvs-doc_fixes_and_some_extended_null_checking_in_plugin_structs.diff [02:32] <grim> longest diff name EVER!! committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Fri, 18 Jun 2004 07:39:02 +0000
parents fe0291162312
children dfee44a581a4
line wrap: on
line diff
--- a/src/util.h	Fri Jun 18 07:28:25 2004 +0000
+++ b/src/util.h	Fri Jun 18 07:39:02 2004 +0000
@@ -570,9 +570,9 @@
 /**
  * Converts a binary string into a NUL terminated ascii string,
  * replacing nonascii characters and characters below SPACE (including
- * NUL) into \xyy, where yy are two hex digits. Also backslashes are
- * changed into two backslashes (\\). The returned, newly allocated
- * can be outputted to the console, and must be g_free()d.
+ * NUL) into \\xyy, where yy are two hex digits. Also backslashes are
+ * changed into two backslashes (\\\\). The returned, newly allocated
+ * string can be outputted to the console, and must be g_free()d.
  *
  * @param binary A string of random data, possibly with embedded NULs
  *               and such.