assert !where implying !pseudo
to help poor coverity.
This commit is contained in:
parent
c5f2943ff6
commit
9932352df0
|
@ -326,6 +326,7 @@ load_config( const char *where, int pseudo )
|
|||
char buf[1024];
|
||||
|
||||
if (!where) {
|
||||
assert( !pseudo );
|
||||
nfsnprintf( path, sizeof(path), "%s/." EXE "rc", Home );
|
||||
cfile.file = path;
|
||||
} else
|
||||
|
|
Loading…
Reference in New Issue
Block a user