%B fixed
This commit is contained in:
@ -38,7 +38,7 @@ parse(const StreamFormat& format, StreamBuffer& info,
|
|||||||
if (format.conv == 'B')
|
if (format.conv == 'B')
|
||||||
{
|
{
|
||||||
// user defined characters for %B (next 2 in source)
|
// user defined characters for %B (next 2 in source)
|
||||||
if (!*source )
|
if (*source)
|
||||||
{
|
{
|
||||||
if (*source == esc) source++;
|
if (*source == esc) source++;
|
||||||
info.append(*source++);
|
info.append(*source++);
|
||||||
|
Reference in New Issue
Block a user