commit 9932352df02a328abd8dd229932babe892087050
Author: Oswald Buddenhagen <[email protected]>
Date: Sat Apr 12 16:06:33 2014 +0200
assert !where implying !pseudo
to help poor coverity.
src/config.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel