assert !where implying !pseudo

to help poor coverity.
This commit is contained in:
Oswald Buddenhagen 2014-04-12 16:06:33 +02:00
parent c5f2943ff6
commit 9932352df0

View File

@ -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