mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-06 07:01:38 +01:00
Add missing assert() to init_from_environment().
This commit is contained in:
@@ -83,6 +83,8 @@ static void init_from_environment(void) {
|
||||
|
||||
int saved_errno = errno;
|
||||
|
||||
assert(!initialized);
|
||||
|
||||
initialized = 1;
|
||||
tracked_fds_list_count = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user