From 1a20757516d576dec50d01fe3d75091453cf766b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 7 Jan 2007 01:58:16 +0000 Subject: Display a message on the console with details when WAD/DEH checksums do not match. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 825 --- src/net_gui.c | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/src/net_gui.c b/src/net_gui.c index c1610caf..9ebec568 100644 --- a/src/net_gui.c +++ b/src/net_gui.c @@ -153,6 +153,20 @@ static void UpdateGUI(void) TXT_SetWindowAction(window, TXT_HORIZ_RIGHT, startgame); } +static void PrintMD5Digest(char *s, byte *digest) +{ + int i; + + printf("%s: ", s); + + for (i=0; i