Removed extra text inadvertently added

git-svn-id: https://epanet.svn.sourceforge.net/svnroot/epanet/BASE/trunk@426 c320cabd-cc23-0410-96d8-e60fbf53ed7f
This commit is contained in:
Tom Taxon
2011-12-08 19:57:55 +00:00
parent 7766a874cb
commit e37bfd44eb

View File

@@ -2463,7 +2463,7 @@ int openfiles(char *f1, char *f2, char *f3)
else Outflag = SCRATCH; //(2.00.12 - LR)
/* Check that file names are not identical */
and outfile if (strcomp(f1,f2) || strcomp(f1,f3) || (strcomp(f2,f3) && (strlen(f2) > 0 || strlen(f3) > 0)))
if (strcomp(f1,f2) || strcomp(f1,f3) || (strcomp(f2,f3) && (strlen(f2) > 0 || strlen(f3) > 0)))
{
writecon(FMT04);
return(301);