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:
parent
bcdd71df8c
commit
c6ffe6061c
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ unsigned char oct2dec( const char *str )
|
||||||
}
|
}
|
||||||
<ProcessData>"\\n" {
|
<ProcessData>"\\n" {
|
||||||
// Replace new line with space
|
// Replace new line with space
|
||||||
DataBuffer->put('\015');
|
DataBuffer->put('\040');
|
||||||
Dispatch::newline();
|
Dispatch::newline();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue