ttsnoop: deal with iostream.h and missing sentinels.

Replacing strstream may be possible, but requires more work and a better
understanding of the code.
This commit is contained in:
Pascal Stumpf
2013-07-23 13:49:26 +02:00
committed by Jon Trulson
parent 380232cb93
commit 20081d15c9
7 changed files with 43 additions and 43 deletions

View File

@@ -766,7 +766,7 @@ main(int argc, char **argv)
snoopPatIsRegistered ? "Off" : "On" );
if (optMapOnOutput) {
XtVaSetValues( dtb_ttsnoop_ttsnoop_win.ttsnoopPane,
DtNmapOnOutput, optMapOnOutput, 0 );
DtNmapOnOutput, optMapOnOutput, NULL );
}
installSignalHandler();