mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-12 18:08:31 +01:00
Minor documentation updates.
This commit is contained in:
@@ -138,7 +138,7 @@ static void update_environment(void) {
|
||||
for (i = 0; i < tracked_fds_count; i++) {
|
||||
int length = snprintf(x, 10 + 1, "%d", tracked_fds[i]);
|
||||
if (length >= 10 + 1) {
|
||||
/* Integer too bit to fit the buffer, skip it. */
|
||||
/* Integer too big to fit the buffer, skip it. */
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user