diff --git a/src/config.c b/src/config.c index c8d9d61..8fc0949 100644 --- a/src/config.c +++ b/src/config.c @@ -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