X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=e9c4347ff34a94e0cd1305862dd0080335e007a3;hb=5bd571321c23608ce3f07bf523a8bbf2ddda2210;hp=a2746e8b141a472754dd606dc2137bbb3f0c378c;hpb=2b59fb6b9575ad038bae89a48063084c8b3243a9;p=xboard.git diff --git a/xboard.c b/xboard.c index a2746e8..e9c4347 100644 --- a/xboard.c +++ b/xboard.c @@ -6764,6 +6764,8 @@ void DisplayMessage(message, extMessage) }; }; + safeStrCpy(lastMsg, message, MSG_SIZ); // [HGM] make available + /* need to test if messageWidget already exists, since this function can also be called during the startup, if for example a Xresource is not set up correctly */