X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=ae3a7dd878cab895a698d91f6daf84e9e9815b54;hp=b33ba1dd806f91c027027e01099fb6a12fad06c6;hb=df3c03e72911edb31e7f1e32ebe29dad063e3b70;hpb=77aa550660c490ef33bc42f7185516708908d022 diff --git a/server.h b/server.h index b33ba1dd..ae3a7dd8 100644 --- a/server.h +++ b/server.h @@ -20,7 +20,6 @@ #include "para.h" #include "afh.h" -#include /** size of the selector_info and audio_file info strings of struct misc_meta_data */ #define MMD_INFO_SIZE 16384 @@ -77,7 +76,7 @@ struct misc_meta_data { /** information on the current audio file */ struct audio_format_info afi; /** the size of the current audio file in bytes */ - long unsigned int size; + size_t size; /** the full path of the current audio file */ char filename[_POSIX_PATH_MAX]; /** the last modification file of the current audio file */