From dc5be0331ce4964398e5bd82b89cd26fbc39176b Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 8 May 2006 17:02:29 +0000
Subject: [PATCH] Add full patch to MESSAGES.DAT that was checked... something
 stange is happening here with long uptimes.

---
 src/sbbs3/un_qwk.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/un_qwk.cpp b/src/sbbs3/un_qwk.cpp
index 2b2fdb3677..c6dba0cfa0 100644
--- a/src/sbbs3/un_qwk.cpp
+++ b/src/sbbs3/un_qwk.cpp
@@ -78,7 +78,7 @@ bool sbbs_t::unpack_qwk(char *packet,uint hubnum)
 	}
 	sprintf(str,"%sMESSAGES.DAT",cfg.temp_dir);
 	if(!fexistcase(str)) {
-		sprintf(str,"%s doesn't contain MESSAGES.DAT",packet);
+		sprintf(str,"%s doesn't contain MESSAGES.DAT (%s)",packet,str);
 		errorlog(str);
 		return(false); 
 	}
-- 
GitLab