set line->size

This commit is contained in:
Ito Hiroyuki
2010-07-18 13:48:48 +00:00
parent cecd2afa71
commit c646d4e678
2 changed files with 9 additions and 2 deletions

3
form.c
View File

@@ -1,4 +1,4 @@
/* $Id: form.c,v 1.34 2004/02/05 17:23:07 ukai Exp $ */
/* $Id: form.c,v 1.35 2010/07/18 13:48:48 htrb Exp $ */
/*
* HTML forms
*/
@@ -403,6 +403,7 @@ form_update_line(Line *line, char **str, int spos, int epos, int width,
line->lineBuf = buf;
line->propBuf = prop;
line->len = len;
line->size = len;
return pos;
}