diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-16 12:01:20 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2009-09-16 12:01:20 -0400 |
commit | 6b6636911908530ce58b5d94498cf18b5bd2942e (patch) | |
tree | aef57f9486ec22d4607e2f52a61ebd3534a510a9 /netnuke.h | |
parent | 867e18dbfa4e749f46a2e018385f433ed4b71db0 (diff) | |
download | NetNuke-6b6636911908530ce58b5d94498cf18b5bd2942e.tar.gz |
Fixed a few things, but before a few others.
Diffstat (limited to 'netnuke.h')
-rw-r--r-- | netnuke.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ int humanize_number(char *buf, size_t len, int64_t bytes, along with this program. If not, see <http://www.gnu.org/licenses/>." /* Output update speed based on writes */ -#define RETAINER 128 +#define RETAINER 0 /* Used to assist argument parsing */ #define ARGMATCH(arg) strncmp(argv[tok], arg, strlen(arg)) == 0 |