summaryrefslogtreecommitdiff
path: root/security/tripwire/files/patch-src::tripwire::mailmessage.cpp
blob: f5566a087aa78c7c5a3bac109cfb5a825f28b669 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/tripwire/mailmessage.cpp.orig	Thu Jul  5 05:16:34 2001
+++ src/tripwire/mailmessage.cpp	Thu Jul  5 05:16:47 2001
@@ -241,7 +241,7 @@
 	time_t current_time = time(NULL);
 	tm = localtime ( &current_time );
 	
-	const TCHAR* szFormat = _T("%a %d %b %Y %H:%M:%S %z");
+	const TCHAR* szFormat = _T("%a, %d %b %Y %H:%M:%S %z");
 	
 	size_t numChars = _tcsftime( szDate, countof( szDate ), szFormat, tm );