freebsd-ports/security/tripwire/files/patch-src::tripwire::mailmessage.cpp
Cy Schubert a6459ea267 Update from 1.2 (academic source release) to 2.3.1-2 (open source Linux
release).  In relation to Tripwire 1.x, 2.x is a complete rewrite.

PR:		ports/29137
Submitted by:	nectar (first review), cjc (second review)
2002-03-01 01:47:15 +00:00

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 ( &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 );