Skip to content

Commit

Permalink
3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Sep 19, 2015
1 parent 77b263b commit f424577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1509,7 +1509,7 @@ int main(int argc, char* argv[]) {getCurrentDir(self_dir);self_path=self_dir+Str
if(name_string_file!=""){
if(name_string_file==path_delim+"hist"+path_delim){
if(isFile(NSF_LIST_FILE)){name_string_file=NSF_LIST_FILE;}
else{printErrorLog("History no found.");Exit(1);}
else{printErrorLog("History not found.");Exit(1);}
}
else if(!isFile(name_string_file)){
printErrorLog("Name String File not found: "+name_string_file);
Expand Down

0 comments on commit f424577

Please sign in to comment.