two more that I missed

Change-Id: I48863fb870375328228d2c4caf1ea83931ccc218
This commit is contained in:
Christian Soffke 2025-05-28 12:52:10 +02:00
parent 498d581ca6
commit 6e06319988
2 changed files with 4 additions and 2 deletions

View file

@ -100,7 +100,8 @@ static int initialize_catalog_buf(char* dirbuf, size_t dirbuf_sz)
talk_dir_or_spell(dirbuf, NULL, true); talk_dir_or_spell(dirbuf, NULL, true);
talk_force_enqueue_next(); talk_force_enqueue_next();
} }
splashf(HZ*2, ID2P(LANG_CATALOG_NO_DIRECTORY), dirbuf); /* (voiced above) */
splashf(HZ*2, str(LANG_CATALOG_NO_DIRECTORY), dirbuf);
return -1; return -1;
} }
else { else {

View file

@ -1872,7 +1872,8 @@ entry_skip_formatter:
talk_value(total_count, UNIT_INT, true); talk_value(total_count, UNIT_INT, true);
} }
splashf(HZ*4, ID2P(LANG_SHOWDIR_BUFFER_FULL), total_count); /* (voiced above) */
splashf(HZ*4, str(LANG_SHOWDIR_BUFFER_FULL), total_count);
logf("Too small dir buffer"); logf("Too small dir buffer");
return 0; return 0;
} }