]> pd.if.org Git - pdclib.old/blobdiff - internals/_PDCLIB_int.h
Intermediate work while migrating CVS -> SVN.
[pdclib.old] / internals / _PDCLIB_int.h
index faac079c3f54dd559eea5b7b28d5b5495f625111..ab35e199526d89d624d9594c1c958fceca75a8bc 100644 (file)
@@ -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 */
 };