Woodruff is now controllable

svn-id: r28591
This commit is contained in:
Sven Hesse 2007-08-13 14:04:50 +00:00
parent 32164654a6
commit 5bacb6edee
11 changed files with 210 additions and 23 deletions

View file

@ -1561,7 +1561,8 @@ void Inter_v2::o2_openItk() {
evalExpr(0);
strncpy0(fileName, _vm->_global->_inter_resStr, 27);
strcat(fileName, ".ITK");
if (!strchr(fileName, '.'))
strcat(fileName, ".ITK");
_vm->_dataIO->openDataFile(fileName, true);
}