Index: src/StreamFormatConverter.cc =================================================================== RCS file: /afs/psi.ch/user/z/zimoch/.cvsroot/StreamDevice2/src/StreamFormatConverter.cc,v retrieving revision 1.14 diff -u -r1.14 StreamFormatConverter.cc --- src/StreamFormatConverter.cc 16 May 2007 17:55:15 -0000 1.14 +++ src/StreamFormatConverter.cc 27 Aug 2007 08:41:41 -0000 @@ -384,7 +384,7 @@ fmt.prec, fmt.conv); return false; } - info.printf("%%%d[", fmt.width); + info.printf("%%%s%d[", fmt.flags & skip_flag ? "*" : "", fmt.width); while (*source && *source != ']') { if (*source == esc) source++;