This commit is contained in:
Your Name 2024-01-03 18:02:19 +03:00
parent 6d15bf5b9e
commit 2fac712297
3 changed files with 11 additions and 1 deletions

View file

@ -225,7 +225,7 @@ int GetModel(const char *title, const FETCH fetch) {
if (ptr != NULL)
*ptr = '\0';
printf("%s%s%s%s", fetch.color, title, fetch.font_color, model_buffer);
printf("%s%s%s%.25s", fetch.color, title, fetch.font_color, model_buffer);
}
fclose(fp);