13
0

fix error in manual merge correction

This commit is contained in:
Paul Davis 2024-07-11 19:18:38 -06:00
parent a7a7a55cce
commit affe282b79

View File

@ -1795,7 +1795,6 @@ Session::set_state (const XMLNode& node, int version)
if (modified_with.rfind (PROGRAM_NAME, 0) != 0) { if (modified_with.rfind (PROGRAM_NAME, 0) != 0) {
throw WrongProgram (modified_with); throw WrongProgram (modified_with);
} }
#endif
} }
#ifdef LIVETRAX #ifdef LIVETRAX