Explorar el Código

assert !where implying !pseudo

to help poor coverity.
Oswald Buddenhagen hace 11 años
padre
commit
9932352df0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/config.c

+ 1 - 0
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