mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Print warning if "preset test" file cannot be found
SVN revision: 2412
This commit is contained in:
parent
3ce04d6a35
commit
1fa06f93de
@ -11125,7 +11125,9 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL
|
|||||||
strsubst_list(str, sizeof(str), slist, svalue, j);
|
strsubst_list(str, sizeof(str), slist, svalue, j);
|
||||||
while (strstr(str, "\\n"))
|
while (strstr(str, "\\n"))
|
||||||
memcpy(strstr(str, "\\n"), "\r\n", 2);
|
memcpy(strstr(str, "\\n"), "\r\n", 2);
|
||||||
|
rsputs("File <i>");
|
||||||
rsputs3(str);
|
rsputs3(str);
|
||||||
|
rsputs("</i> cannot be found");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user