dtinfogen: fix a space character.

This commit is contained in:
Liang Chang 2021-11-30 08:00:57 +08:00
parent bcdd71df8c
commit c6ffe6061c
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}