1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

dtinfogen: fix a space character.

This commit is contained in:
Liang Chang 2021-11-30 08:00:57 +08:00
parent bcdd71df8c
commit c6ffe6061c

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