getchar.c wconversion: Change types

This commit is contained in:
sach1t
2016-05-06 01:02:18 -04:00
committed by Felipe Oliveira Carvalho
parent 8f2ac8a731
commit 16217b2854
2 changed files with 27 additions and 28 deletions

View File

@@ -141,8 +141,8 @@ struct buffblock {
struct buffheader {
buffblock_T bh_first; // first (dummy) block of list
buffblock_T *bh_curr; // buffblock for appending
int bh_index; // index for reading
int bh_space; // space in bh_curr for appending
size_t bh_index; // index for reading
size_t bh_space; // space in bh_curr for appending
};
/*