freebsd-ports/mail/mbox2mdir/files/patch-mbox2mdir.cpp
Jose Alonso Cardenas Marquez 021006601f - Fix build
PR:		230879
Submitted by:	tobik
2018-08-27 05:59:25 +00:00

11 lines
606 B
C++

--- mbox2mdir.cpp 2018-08-18 00:55:36.190935000 -0500
+++ mbox2mdir.cpp 2018-08-18 00:55:54.648780000 -0500
@@ -178,7 +178,7 @@
//const char *ifile="Mailbox", *odir="/home/sergey/Maildir/cur";
const char *ifile, *odir;
if(argc<3){
- printf("Mailbox to Maildir Converter, Version "VERSION" built: "__DATE__" Copyright(C) Sergey A. Galin.\n"
+ printf("Mailbox to Maildir Converter, Version " VERSION " built: " __DATE__ " Copyright(C) Sergey A. Galin.\n"
"This program is distibuted under GNU General Public License v.2 or later.\n"
"Homepage: http://sageshome.net/oss/\n"
"\n"