diff src/util.h @ 5532:6f35b80c5ffa

[gaim-migrate @ 5932] (10:04:36) Robot101: LSchiere: alternative way to deal with the magic number - remove it. doesn't crash when signing on to a HTTP proxy. also resolves the mysterious "unsigned tmp" which appeared a week or few ago.. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 26 May 2003 14:04:53 +0000
parents 439a05a6b409
children 9eb5b13fd412
line wrap: on
line diff
--- a/src/util.h	Mon May 26 12:45:05 2003 +0000
+++ b/src/util.h	Mon May 26 14:04:53 2003 +0000
@@ -44,7 +44,7 @@
  * Converts a string to its base-64 equivalent.
  *
  * @param buf The data to convert.
- * @param len The length of the data, or -1 if it's a NULL-terminated string.
+ * @param len The length of the data.
  *
  * @return The base-64 version of @a str.
  *