This commit is contained in:
zimoch
2007-11-30 16:45:32 +00:00
parent 7ac080b8d7
commit b97948a704

View File

@ -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++);