mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Applied additional patch from Ulf Harnhammar
SVN revision: 1767
This commit is contained in:
parent
dbba852106
commit
b49b71c702
@ -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"));
|
rsprintf("<option value=\"\">- %s -\n", loc("please select"));
|
||||||
|
|
||||||
for (i = 0; i < MAX_N_LIST && attr_options[index][i][0]; i++) {
|
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, '{'))
|
if (strchr(str, '{'))
|
||||||
*strchr(str, '{') = 0;
|
*strchr(str, '{') = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user