forked from Lainports/freebsd-ports
release). In relation to Tripwire 1.x, 2.x is a complete rewrite. PR: ports/29137 Submitted by: nectar (first review), cjc (second review)
11 lines
411 B
C++
11 lines
411 B
C++
--- 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 ( ¤t_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 );
|
|
|