X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_int.h;h=0614deba1f32aaa7f350b958fe81badcc86f2c09;hp=5c9cce5bdf2ffbff565c54f6daf1c3c4dc18698d;hb=d104aa65d95bffd22fc56b5a81bae508ee9da8c1;hpb=15cd62244797b9aeb3279484f8e760778c52bc4e diff --git a/internals/_PDCLIB_int.h b/internals/_PDCLIB_int.h index 5c9cce5..0614deb 100644 --- a/internals/_PDCLIB_int.h +++ b/internals/_PDCLIB_int.h @@ -344,7 +344,7 @@ struct _PDCLIB_status_t char * s; /* *sprintf(): target buffer */ /* *sscanf(): source string */ _PDCLIB_size_t width; /* specified field width */ - _PDCLIB_size_t prec; /* specified field precision */ + int prec; /* specified field precision */ struct _PDCLIB_file_t * stream; /* *fprintf() / *fscanf() stream */ _PDCLIB_va_list arg; /* argument stack */ };