Don't simply change the extension of the input file to foo.sma if it doesn't end in '.sma' already. If we really want embryo_cc to only accept *.sma files, it should print an error message if we feed it something other than a *.sma file. To be defined ;)

SVN revision: 13922
This commit is contained in:
tsauerbeck 2005-03-26 15:27:14 +00:00 committed by tsauerbeck
parent 383755fc56
commit 62785c2466
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ parseoptions(int argc, char **argv, char *iname, char *oname,
{
/* input file */
strcpy(iname, argv[i]); /* FIXME */
set_extension(iname, ".sma", FALSE);
}
else
{