Index: StreamDevice-2-0/src/StreamProtocol.cc =================================================================== RCS file: /afs/psi.ch/user/z/zimoch/.cvsroot/StreamDevice2/src/StreamProtocol.cc,v retrieving revision 1.8 diff -c -r1.8 StreamProtocol.cc *** StreamDevice-2-0/src/StreamProtocol.cc 23 Feb 2006 12:38:22 -0000 1.8 --- StreamDevice-2-0/src/StreamProtocol.cc 20 Mar 2006 13:26:11 -0000 *************** *** 619,625 **** // let's be generous with missing ';' before '}' ungetc (c, file); } - if (buffer[-1] == ' ') buffer.truncate(-1); // skip trailing space return true; } } --- 619,624 ----