Applied additional patch from Ulf Harnhammar

SVN revision: 1767
This commit is contained in:
2006-12-04 08:24:14 +00:00
parent dbba852106
commit b49b71c702
+1 -1
View File
@@ -9685,7 +9685,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf("<option value=\"\">- %s -\n", loc("please select"));
for (i = 0; i < MAX_N_LIST && attr_options[index][i][0]; i++) {
strlcpy(str, attr_options[index][i], sizeof(str));
strencode2(str, attr_options[index][i], sizeof(str));
if (strchr(str, '{'))
*strchr(str, '{') = 0;