# HG changeset patch # User banan # Date 1240685010 0 # Node ID 4a842879c63aa103da80ced7be8ffe2e4d47af75 # Parent 9ee33a9bf94455fff2f01a6e9626bca395970a29 Set the type of size in COOKSubpacket to unsigned diff -r 9ee33a9bf944 -r 4a842879c63a cook.c --- a/cook.c Sat Apr 25 18:29:31 2009 +0000 +++ b/cook.c Sat Apr 25 18:43:30 2009 +0000 @@ -72,7 +72,7 @@ typedef struct { int ch_idx; - int size; + unsigned int size; int num_channels; int cookversion; int samples_per_frame;