cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/contrib/rcs-5.7-commitid.patch


From: Derek Robert Price
Subject: [Cvs-cvs] Changes to ccvs/contrib/rcs-5.7-commitid.patch
Date: Thu, 29 Sep 2005 16:33:20 -0400

Index: ccvs/contrib/rcs-5.7-commitid.patch
diff -u ccvs/contrib/rcs-5.7-commitid.patch:1.4 
ccvs/contrib/rcs-5.7-commitid.patch:1.5
--- ccvs/contrib/rcs-5.7-commitid.patch:1.4     Thu Sep 29 16:20:23 2005
+++ ccvs/contrib/rcs-5.7-commitid.patch Thu Sep 29 20:33:19 2005
@@ -273,7 +273,7 @@
 +                      len = read (fd, buf + sizeof(time_t), RANDOM_BYTES);
 +                      close (fd);
 +              }
-+              if (len > 0) {
++              if (len > 0 && rightnow != (time_t)-1) {
 +                      while (rightnow > 0) {
 +                              *--p = rightnow % (UCHAR_MAX + 1);
 +                              rightnow /= UCHAR_MAX + 1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]