]> jfr.im git - solanum.git/commitdiff
modules: AV2: use unsigned int for capability IDs instead of signed int
authorWilliam Pitcock <redacted>
Mon, 7 Mar 2016 06:12:37 +0000 (00:12 -0600)
committerWilliam Pitcock <redacted>
Mon, 7 Mar 2016 06:13:54 +0000 (00:13 -0600)
include/modules.h

index e3bb0497c8c9f07a377674ee8ceba87d0673bc41..9de461418a10482cdcd69a658f40b91a45a91d37 100644 (file)
@@ -78,7 +78,7 @@ typedef struct
        int cap_index;          /* Which cap index does this belong to? */
        const char *cap_name;   /* Capability name */
        void *cap_ownerdata;    /* Not used much but why not... */
-       int *cap_id;            /* May be set to non-NULL to store cap id */
+       unsigned int *cap_id;           /* May be set to non-NULL to store cap id */
 } mapi_cap_list_av2;
 
 struct mapi_mheader_av1