summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorRobert McQueen <robot101@debian.org>2003-05-26 14:04:53 +0000
committerRobert McQueen <robot101@debian.org>2003-05-26 14:04:53 +0000
commitc22a48153ff0f875baf66240a33c20d2bb54cb2d (patch)
tree0a1d2eab8f3246c1eed054d93a82bb65d978c07a /src/util.h
parent6695da6f6dda3da6dcab243139620bb4768a6286 (diff)
downloadpidgin-c22a48153ff0f875baf66240a33c20d2bb54cb2d.tar.gz
[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: Luke Schierer <lschiere@pidgin.im>
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 03007fd455..612d0f080e 100644
--- a/src/util.h
+++ b/src/util.h
@@ -44,7 +44,7 @@ char *normalize(const char *str);
* 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.
*