Print warning if "preset test" file cannot be found

SVN revision: 2412
This commit is contained in:
2011-04-08 13:31:20 +00:00
parent 3ce04d6a35
commit 1fa06f93de
+2
View File
@@ -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);
while (strstr(str, "\\n"))
memcpy(strstr(str, "\\n"), "\r\n", 2);
rsputs("File <i>");
rsputs3(str);
rsputs("</i> cannot be found");
}
}