FreeBSD Bugzilla – Attachment 15153 Details for
Bug 28189
[PATCH] fix for detecting empty CVS commit log message
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 552 bytes, created by
Mark Valentine
on 2001-06-16 04:20:04 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Valentine
Created:
2001-06-16 04:20:04 UTC
Size:
552 bytes
patch
obsolete
>Index: contrib/cvs/src/logmsg.c >=================================================================== >RCS file: /usr/cvs/src/contrib/cvs/src/logmsg.c,v >retrieving revision 1.7 >diff -u -r1.7 logmsg.c >--- contrib/cvs/src/logmsg.c 2000/10/02 06:43:56 1.7 >+++ contrib/cvs/src/logmsg.c 2001/06/16 02:20:58 >@@ -339,7 +339,7 @@ > error (0, errno, "warning: cannot close %s", fname); > > if (pre_stbuf.st_mtime == post_stbuf.st_mtime || >- *messagep == NULL || >+ *messagep == NULL || (*messagep)[0] == '\0' || > strcmp (*messagep, "\n") == 0) > { > for (;;)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28189
: 15153