aboutsummaryrefslogtreecommitdiffstats
path: root/merge.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-11-05 22:46:44 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-11-05 22:46:44 +0000
commit59d6c8ea33b703a4282ac6694f2797202b64dfcb (patch)
treea4abb83c0c20eafb12ab250bcf7f32f74f281b44 /merge.h
parented837bc7a517040020da2717b392a0ca086e276a (diff)
change all file offsets from long to gint64 so we can - theoretically - handle files > 2GB correct.
Please distclean Win32 builds! svn path=/trunk/; revision=19814
Diffstat (limited to 'merge.h')
-rw-r--r--merge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/merge.h b/merge.h
index ae2faeffb1..2a0a1bbd9a 100644
--- a/merge.h
+++ b/merge.h
@@ -42,7 +42,7 @@ typedef enum {
typedef struct merge_in_file_s {
const char *filename;
wtap *wth;
- long data_offset;
+ gint64 data_offset;
in_file_state_e state;
gint64 size; /* file size */
} merge_in_file_t;