mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
add missing <CR> to game history (game over case only)
This commit is contained in:
parent
60509f7c8b
commit
1d6d8e46a3
1 changed files with 1 additions and 0 deletions
|
@ -2122,6 +2122,7 @@ printMovePost( ModelCtxt* model, XP_U16 XP_UNUSED(moveN),
|
||||||
traybuf1, sizeof(traybuf1),
|
traybuf1, sizeof(traybuf1),
|
||||||
XP_FALSE ) );
|
XP_FALSE ) );
|
||||||
printString( stream, buf );
|
printString( stream, buf );
|
||||||
|
stream_catString( stream, (XP_UCHAR*)XP_CR );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue