dtinfogen: fix a space character.

This commit is contained in:
Liang Chang
2021-12-06 06:49:21 +08:00
parent bcdd71df8c
commit c6ffe6061c
@@ -148,7 +148,7 @@ unsigned char oct2dec( const char *str )
}
<ProcessData>"\\n" {
// Replace new line with space
DataBuffer->put('\015');
DataBuffer->put('\040');
Dispatch::newline();
}