X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mp3_afh.c;h=b809e8b3611d278d41b6ad7f965aa547389e52d3;hp=ca6441606c6efaeffa1531975387f90070dfb4ad;hb=c50233267a6619f3c91a9493aada585696bac84b;hpb=02000a1a24aa9d4f3e437821dc1f2f6b792bc79a;ds=sidebyside diff --git a/mp3_afh.c b/mp3_afh.c index ca644160..b809e8b3 100644 --- a/mp3_afh.c +++ b/mp3_afh.c @@ -280,7 +280,7 @@ static int frame_length(struct mp3header *header) static int compare_headers(struct mp3header *h1,struct mp3header *h2) { - if ((*(uint*)h1) == (*(uint*)h2)) + if ((*(unsigned int*)h1) == (*(unsigned int*)h2)) return 1; if ((h1->version == h2->version) && (h1->layer == h2->layer) &&