From eb5aa3e9152b2078fc3341625b9eeecd6328494a Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Fri, 26 Sep 2003 17:59:51 +0000 Subject: add comments --- form.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'form.c') diff --git a/form.c b/form.c index 21fbaef..bfb57cc 100644 --- a/form.c +++ b/form.c @@ -1,4 +1,4 @@ -/* $Id: form.c,v 1.32 2003/09/22 21:02:18 ukai Exp $ */ +/* $Id: form.c,v 1.33 2003/09/26 17:59:51 ukai Exp $ */ /* * HTML forms */ @@ -572,6 +572,7 @@ input_textarea(FormItemList *fi) f = fopen(tmpf, "w"); if (f == NULL) { + /* FIXME: gettextize? */ disp_err_message("Can't open temporary file", FALSE); return; } @@ -587,6 +588,7 @@ input_textarea(FormItemList *fi) goto input_end; f = fopen(tmpf, "r"); if (f == NULL) { + /* FIXME: gettextize? */ disp_err_message("Can't open temporary file", FALSE); goto input_end; } -- cgit v1.2.3