diff options
| author | hniksic <devnull@localhost> | 2005-03-05 18:11:10 -0800 |
|---|---|---|
| committer | hniksic <devnull@localhost> | 2005-03-05 18:11:10 -0800 |
| commit | e2241936d021f264c06f57f260f22960ae77ddea (patch) | |
| tree | 96bd7738efcdf8f6869570f0f01816044f130caf /src/utils.h | |
| parent | c5ca8b715218d07db373c2ec4ffd54d2c5335919 (diff) | |
| download | wget-e2241936d021f264c06f57f260f22960ae77ddea.tar.gz | |
[svn] Remove warnings under Borland C.
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 2 |
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; }; |
