re-read confstr as info requested.

This commit is contained in:
sorgelig
2020-01-03 08:36:43 +08:00
parent 8a85dc8d78
commit 8f3eea51fa

View File

@@ -1588,6 +1588,8 @@ static void show_core_info(int info_n)
int i = 2;
while (1)
{
user_io_read_confstr();
char *p = user_io_get_confstr(i++);
if (!p) break;