13
0

ifdef out modified-with check (intended for livetrax)

This commit is contained in:
Paul Davis 2024-07-11 19:10:02 -06:00
parent eeccb813bb
commit 5401f2c3eb

View File

@ -1786,9 +1786,11 @@ Session::set_state (const XMLNode& node, int version)
child->get_property (X_("created-with"), created_with); child->get_property (X_("created-with"), created_with);
child->get_property (X_("modified-with"), modified_with); child->get_property (X_("modified-with"), modified_with);
if (modified_with.rfind (PROGRAM_NAME, 0) != 0) { #if 0
if (modified_with.rfind (PROGRAM_NAME, 0) != 0) {
throw WrongProgram (modified_with); throw WrongProgram (modified_with);
} }
#endif
} }
setup_raid_path(_session_dir->root_path()); setup_raid_path(_session_dir->root_path());