mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-07 20:46:17 +01:00
make < 80 columns
This commit is contained in:
parent
b5ee71b97b
commit
3608ee29a8
1 changed files with 2 additions and 2 deletions
|
@ -2109,8 +2109,8 @@ reflectUndos( ServerCtxt* server, XWStreamCtxt* stream, XW_Proto code )
|
||||||
XP_ASSERT( moveNum == lastUndone );
|
XP_ASSERT( moveNum == lastUndone );
|
||||||
|
|
||||||
if ( code == XWPROTO_UNDO_INFO_CLIENT ) { /* need to inform */
|
if ( code == XWPROTO_UNDO_INFO_CLIENT ) { /* need to inform */
|
||||||
XP_U16 sourceClientIndex = getIndexForDevice(
|
XP_U16 sourceClientIndex =
|
||||||
server, stream_getAddress( stream ) );
|
getIndexForDevice( server, stream_getAddress( stream ) );
|
||||||
|
|
||||||
sendUndoToClientsExcept( server, sourceClientIndex, nUndone,
|
sendUndoToClientsExcept( server, sourceClientIndex, nUndone,
|
||||||
lastUndone );
|
lastUndone );
|
||||||
|
|
Loading…
Add table
Reference in a new issue