]> git.ipfire.org Git - thirdparty/coreutils.git/commit
* src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds, not every 10.
authorJim Meyering <jim@meyering.net>
Fri, 1 Feb 2002 23:43:46 +0000 (23:43 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 1 Feb 2002 23:43:46 +0000 (23:43 +0000)
commit546f26cbb3e6bfc78a4f2e09c86bc4408e0b4604
treea8cd649448b36e07f692d7963580726166405cc8
parenta00579f70b7f0932a03c96be7914c726cb2d299f
* src/shred.c: (VERBOSE_UPDATE): Update every 5 seconds, not every 10.
(wipename): Quote file names only when necessary.
(main): Copy quoted string into malloc'd storage so it doesn't
get clobbered when using -u and --verbose.

Minor clean-up.
* src/shred.c:
Use `NULL' rather than `(time_t *) 0'.
(dopass): Use STREQ in place of strcmp.
Add parentheses around use of nested ternary operator.
src/shred.c