X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=ab35e199526d89d624d9594c1c958fceca75a8bc;hb=9ee0e8c5b5df0b114218e28753e6c0291cb356a3;hp=faac079c3f54dd559eea5b7b28d5b5495f625111;hpb=d7564c76500ad799459c635aab4e8d5d4107ca02;p=pdclib 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 */ };