wok-next view cvs/stuff/patches/cvs-1.11.19-logmsg.patch @ rev 21678

updated getmail (4.41.0 -> 5.14)
author Hans-G?nter Theisgen
date Mon Jun 29 13:44:08 2020 +0100 (2020-06-29)
parents
children
line source
1 --- cvs-1.11.19/src/logmsg.c.old 2005-03-09 10:45:50.000000000 +0100
2 +++ cvs-1.11.19/src/logmsg.c 2005-03-09 10:46:36.000000000 +0100
3 @@ -230,6 +230,8 @@
4 if ((*messagep)[0] == '\0' ||
5 (*messagep)[strlen (*messagep) - 1] != '\n')
6 (void) fprintf (fp, "\n");
7 + } else {
8 + (void) fprintf (fp, "\n");
9 }
11 if (repository != NULL)
12 @@ -271,7 +273,7 @@
13 }
15 (void) fprintf (fp,
16 - "\n%s----------------------------------------------------------------------\n",
17 + "%s----------------------------------------------------------------------\n",
18 CVSEDITPREFIX);
19 (void) fprintf (fp,
20 "%sEnter Log. Lines beginning with `%.*s' are removed automatically\n%s\n",