Bugzilla – Attachment 92441 Details for
Bug 155807
mailsync-5.2.1-8: 2 * printf problems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
fix
mailsync-correct-format-errors.patch (text/x-diff), 1.29 KB, created by
Forgotten User ZhJd0F0L3x
on 2006-07-03 15:17:38 UTC
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Forgotten User ZhJd0F0L3x
Created:
2006-07-03 15:17:38 UTC
Size:
1.29 KB
patch
obsolete
>diff -ruNp mailsync-5.2.1~/src/channel.cc mailsync-5.2.1/src/channel.cc >--- mailsync-5.2.1~/src/channel.cc 2004-06-14 13:33:45.000000000 +0200 >+++ mailsync-5.2.1/src/channel.cc 2006-07-03 16:50:30.000000000 +0200 >@@ -103,7 +103,8 @@ bool Channel::read_lasttime_seen( MsgIds > if ( ! ( envelope->from && envelope->from->mailbox && envelope->subject) ) { > // Mail with missing headers > fprintf( stderr, "Info: The msinfo box %s contains a message with" >- " missing \"From\" or \"Subject\" header information\n"); >+ " missing \"From\" or \"Subject\" header information\n", >+ this->msinfo.c_str() ); > continue; > } > if ( strncmp( envelope->from->mailbox, "mailsync", 8) ) { >diff -ruNp mailsync-5.2.1~/src/store.cc mailsync-5.2.1/src/store.cc >--- mailsync-5.2.1~/src/store.cc 2004-06-14 09:30:39.000000000 +0200 >+++ mailsync-5.2.1/src/store.cc 2006-07-03 16:51:31.000000000 +0200 >@@ -455,7 +455,7 @@ void Store::display_driver() > if (the_driver_name) > printf( "Using driver %s for store %s\n", the_driver_name, nccs( name)); > else >- printf( "No driver for store %s found\n"); >+ printf( "No driver for store %s found\n", nccs(name)); > } > > //////////////////////////////////////////////////////////////////////////
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 155807
: 92441