# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: H:\My Documents\Projects\CUPS\cups-1.3.x\notifier # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: mailto.c --- mailto.c Base (BASE) +++ mailto.c Locally Modified (Based On LOCAL) @@ -315,7 +315,7 @@ cupsFilePrintf(fp, "Content-Type: text/plain%s", nl); cupsFilePuts(fp, nl); cupsFilePrintf(fp, "%s%s", text, nl); - cupsFilePrintf(fp, ".\n", nl); + cupsFilePrintf(fp, ".%s", nl); /* * Close the connection to the mail server...