properly report import read message

This commit is contained in:
anon 2024-03-01 19:36:52 +01:00
parent e332f72d22
commit be3861f197

View File

@ -129,7 +129,7 @@ static void callback_handler(char *line) {
char filename[PATHLEN + 1];
shellpath(filename, sizeof(filename), line);
if (!readrefs(filename)) {
postmsg("Ignoring an empty file");
postmsg2("Ignoring an empty file");
}
window_change |= CH_INPUT | CH_RESULT;
input_mode = INPUT_NORMAL;