summaryrefslogtreecommitdiff
blob: 7811135a9ffac5a00100730b02189534c2fb48f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Naur tripwire-2.3.0-50-orig/src/tripwire/mailmessage.cpp tripwire-2.3.0-50/src/tripwire/mailmessage.cpp
--- tripwire-2.3.0-50-orig/src/tripwire/mailmessage.cpp	Sat Oct 28 02:26:18 2000
+++ tripwire-2.3.0-50/src/tripwire/mailmessage.cpp	Thu Jul  5 05:12:54 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 );