Looking at my change history, it seems that was just being too tidy on a change. Here's a fix (will be in the next snapshot):
--- formbox.c 2006/12/27 00:50:24 1.53
+++ formbox.c 2006/12/27 01:04:00 1.54
@@ -1,5 +1,5 @@
/*
- * $Id: formbox.c,v 1.52 2006/01/27 01:29:50 tom Exp $
+ * $Id: formbox.c,v 1.53 2006/12/27 00:50:24 tom Exp $
*
* formbox.c -- implements the form (i.e, some pairs label/editbox)
*
@@ -779,8 +779,6 @@
listitems[i].text_flen = atoi(ItemTextFLen(i));
listitems[i].text_ilen = atoi(ItemTextILen(i));
listitems[i].help = (dialog_vars.item_help) ? ItemHelp(i) : "";
-
- listitems[i].text_flen = real_length(&listitems[i]);
}
result = dlg_form(title,
--
Thomas E. Dickey <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
signature.asc
Description: Digital signature

