mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
ttsnoop: fix a segfault that occurred when clicking "Version..." in the "Snoop"
menu.
This commit is contained in:
parent
de23f29722
commit
7b2aae0911
1 changed files with 3 additions and 1 deletions
|
@ -1357,6 +1357,8 @@ printVersion(
|
||||||
/*** DTB_USER_CODE_START vvv Add C code below vvv ***/
|
/*** DTB_USER_CODE_START vvv Add C code below vvv ***/
|
||||||
snoopStream << "ttsnoop: " << globalVersionString << endl;
|
snoopStream << "ttsnoop: " << globalVersionString << endl;
|
||||||
snoopStream << "tt_c.h: " << TT_VERSION << endl;
|
snoopStream << "tt_c.h: " << TT_VERSION << endl;
|
||||||
|
|
||||||
|
if (_tt_lib_version)
|
||||||
snoopStream << "libtt: " << _tt_lib_version << endl;
|
snoopStream << "libtt: " << _tt_lib_version << endl;
|
||||||
/*** DTB_USER_CODE_END ^^^ Add C code above ^^^ ***/
|
/*** DTB_USER_CODE_END ^^^ Add C code above ^^^ ***/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue