13
0

L: allow to load WTL sessions

This commit is contained in:
Robin Gareus 2024-06-12 00:54:29 +02:00
parent 9af78578d7
commit 8c9f0badbb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1790,7 +1790,7 @@ Session::set_state (const XMLNode& node, int version)
#endif #endif
} }
#ifdef LIVETRAX #ifdef LIVETRAX
else { else if (version != 3001) { // allow to load WTL sessions
error << string_compose (_("This is not a valid %1 session."), PROGRAM_NAME) << endmsg; error << string_compose (_("This is not a valid %1 session."), PROGRAM_NAME) << endmsg;
goto out; goto out;
} }