X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.h;h=ae3a7dd878cab895a698d91f6daf84e9e9815b54;hp=3f01e05e9eb70f3c73eb5e2f15dd7e08b0ca3770;hb=c2eecbd1d8445b6605f0d07aea0ed9a66499e5dd;hpb=fd7ddaebab6613627a070e8867ace2f2eb3d4cc3 diff --git a/server.h b/server.h index 3f01e05e..ae3a7dd8 100644 --- a/server.h +++ b/server.h @@ -76,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 */