From 86d690880fb63891d223aa663ca5901c790b74af Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 4 Jan 2013 05:22:43 +0000 Subject: replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned int" instead. bugs 7825-7827 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7825) svn path=/trunk/; revision=46928 --- wiretap/file_wrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wiretap/file_wrappers.h') diff --git a/wiretap/file_wrappers.h b/wiretap/file_wrappers.h index e95f857fe5..fcc320599b 100644 --- a/wiretap/file_wrappers.h +++ b/wiretap/file_wrappers.h @@ -51,7 +51,7 @@ typedef struct wtap_writer *GZWFILE_T; extern GZWFILE_T gzwfile_open(const char *path); extern GZWFILE_T gzwfile_fdopen(int fd); -extern unsigned gzwfile_write(GZWFILE_T state, const void *buf, unsigned len); +extern guint gzwfile_write(GZWFILE_T state, const void *buf, guint len); extern int gzwfile_flush(GZWFILE_T state); extern int gzwfile_close(GZWFILE_T state); extern int gzwfile_geterr(GZWFILE_T state); -- cgit v1.2.1