dtinfogen: fix a space character.
This commit is contained in:
@@ -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();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user