Update of /src/master/dx/src/uipp/mb
In directory opendx.watson.ibm.com:/tmp/cvs-serv16036
Modified Files:
MBGenerate.C
Log Message:
In the following type of thing:
cond?expr1:expr2
The expr1 was a comma-separated list of statements used as the
parameter corresponding to a '%s' in a sprintf() call. Maybe it
used to work, but I can't see any way of getting all the desired
chars into the output so I changed the parameters to be something
a little easier on the human eye. ...and it works (seems to anyway).
bug#140