X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=ab35e199526d89d624d9594c1c958fceca75a8bc;hb=5a313c5a48d18419e78d03a04501d7fe21f49d3f;hp=faac079c3f54dd559eea5b7b28d5b5495f625111;hpb=094104b07696fdc19c86e58476daaeaf7e766e71;p=pdclib.old diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index faac079..ab35e19 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -267,7 +267,7 @@ struct _PDCLIB_file_t _PDCLIB_fpos_t position; /* file position indicator */ void * buffer; /* file buffer */ _PDCLIB_size_t bufsize; /* size of buffer */ - int status; /* misc. status bits */ + unsigned int status; /* misc. status bits */ /*mbstate_t mbstate; multibyte parse state - TODO: Unmask. */ struct _PDCLIB_file_t * next; /* provisions for linked list handling */ };