------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugs.exim.org/show_bug.cgi?id=769
Summary: extraneous comma in fprintf() in exim_usage()
Product: Exim
Version: 4.69
Platform: All
OS/Version: All
Status: NEW
Severity: bug
Priority: low
Component: General execution
AssignedTo: nigel@???
ReportedBy: richard@???
CC: exim-dev@???
Created an attachment (id=278)
--> (
http://bugs.exim.org/attachment.cgi?id=278)
remove unneeded comma in fprintf() statement
One of the fprintf() statements in exim_usage() contains two strings separated
by a comma, so they are treated as separate arguments to fprintf(). The comma
should be removed so the two strings are concatenated and treated as a single
argument. (Patch attached.)
--
Configure bugmail:
http://bugs.exim.org/userprefs.cgi?tab=email