* Changed the exit condition for a few external classes in case the xml-file is not found.
Until now the program terminated with a segmentation fault which was not very user friendly... * Got rid of a strange construction in the TRIM.SP handler (vector<pair> -> map)
This commit is contained in:
@@ -79,9 +79,9 @@ AC_SUBST(CUBA_API_VERSION)
|
||||
CUBA_LIBRARY_VERSION=1:6:0
|
||||
PLUGIN_LIBRARY_VERSION=1:0:0
|
||||
LEM_LIBRARY_VERSION=1:5:0
|
||||
PSIBIN_LIBRARY_VERSION=0:0:0
|
||||
PSIBIN_LIBRARY_VERSION=0:1:0
|
||||
MUD_LIBRARY_VERSION=0:0:0
|
||||
MUSR_LIBRARY_VERSION=0:5:0
|
||||
MUSR_LIBRARY_VERSION=0:6:0
|
||||
# | | |
|
||||
# +------+ | +---+
|
||||
# | | |
|
||||
|
||||
Reference in New Issue
Block a user