misc_gui.c
changeset 4958 aaa8a92059bf
parent 4955 e3496ee0e37d
child 4994 ec6d8b5551f4
--- a/misc_gui.c	Fri Oct 27 11:08:17 2006 +0000
+++ b/misc_gui.c	Fri Oct 27 11:09:24 2006 +0000
@@ -886,7 +886,8 @@
  * @param buf the buffer that will be holding the data for input
  * @param maxlength maximum length in characters of this buffer
  * @param maxwidth maximum length in pixels of this buffer. If reached, buffer
- * cannot grow, even if maxlength would allow because there is space */
+ * cannot grow, even if maxlength would allow because there is space. A length
+ * of zero '0' means the buffer is only restricted by maxlength */
 void InitializeTextBuffer(Textbuf *tb, const char *buf, uint16 maxlength, uint16 maxwidth)
 {
 	tb->buf = (char*)buf;