* src/dd.c (main): Don't assume size_t has the same width as unsigned long.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Sep 2005 05:07:49 +0000 (05:07 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 Sep 2005 05:07:49 +0000 (05:07 +0000)
ChangeLog

index 8d04388..c77d365 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * src/dd.c (main): Don't assume size_t has the same width
+       as unsigned long.  Problem reported by Eric Blake.
+
        * NEWS: Clarify "tail - f" example.
 
 2005-09-29  Jim Meyering  <jim@meyering.net>