Fixed compiler warning

SVN revision: 1814
This commit is contained in:
2007-03-21 18:24:25 +00:00
parent a9d7e0c761
commit 5547d111a1
+1 -1
View File
@@ -9212,7 +9212,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
rsprintf("</head>\n");
script[0] = 0;
if (isparam("inlineatt") && *getparam("inlineatt") || bpreview)
if ((isparam("inlineatt") && *getparam("inlineatt")) || bpreview)
strcpy(script, " OnLoad=\"document.form1.Text.focus();\"");
strcat(script, " OnLoad=\"elKeyInit();\" OnFocus=\"elKeyInit();\"");