summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorhniksic <devnull@localhost>2005-03-05 18:11:10 -0800
committerhniksic <devnull@localhost>2005-03-05 18:11:10 -0800
commite2241936d021f264c06f57f260f22960ae77ddea (patch)
tree96bd7738efcdf8f6869570f0f01816044f130caf /src/utils.h
parentc5ca8b715218d07db373c2ec4ffd54d2c5335919 (diff)
downloadwget-e2241936d021f264c06f57f260f22960ae77ddea.tar.gz
[svn] Remove warnings under Borland C.
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index d22463ed..be2b0d9c 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -45,7 +45,7 @@ struct hash_table;
struct file_memory {
char *content;
- wgint length;
+ long length;
int mmap_p;
};