Kaydet (Commit) 3bb5c29a authored tarafından Lars Langhans's avatar Lars Langhans

setSignalFilename stays on the wrong src line.

üst 163a6906
......@@ -2,9 +2,9 @@
*
* $RCSfile: testshl.cxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: lla $ $Date: 2003-01-13 09:48:44 $
* last change: $Author: lla $ $Date: 2003-01-13 13:56:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -172,7 +172,6 @@ int _cdecl main( int argc, char* argv[] )
{
logPth = opt.getOpt( "-logPth" );
}
setSignalFilename(opt);
bool bLibrary = true;
if (opt.getParams().empty())
......@@ -190,6 +189,8 @@ int _cdecl main( int argc, char* argv[] )
}
}
setSignalFilename(opt);
/* show usage screen if too less parameters */
// if ( argc < 2 )
// usage();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment