New upstream version 4.17.0

This commit is contained in:
Chris Hofstaedtler
2024-12-28 13:12:23 +01:00
parent f78a468368
commit c2a3ebed18
423 changed files with 1574 additions and 1181 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ void ttytype (const char *line)
break;
}
}
if ((feof (fp) == 0) && (ferror (fp) == 0) && (type[0] != '\0')) {
if ((feof(fp) == 0) && (ferror(fp) == 0) && !streq(type, "")) {
addenv ("TERM", type);
}