X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrftime.c;h=c50996efbdf568d5bf021a6eed8cc105d8735201;hb=f53990f35803666791f4163e0f9d206bd8c4690e;hp=71052daeb66beb95a0506e4d37901a13ee2df64c;hpb=077c39d9c71c304f77aee30c1982cb7c401e3065;p=gnulib.git diff --git a/lib/strftime.c b/lib/strftime.c index 71052daeb..c50996efb 100644 --- a/lib/strftime.c +++ b/lib/strftime.c @@ -120,7 +120,7 @@ extern char *tzname[]; ? (a) >> (b) \ : (a) / (1 << (b)) - ((a) % (1 << (b)) < 0)) -/* Bound on length of the string representing an integer value or type T. +/* Bound on length of the string representing an integer type or expression T. Subtract 1 for the sign bit if t is signed; log10 (2.0) < 146/485; add 1 for integer division truncation; add 1 more for a minus sign if needed. */