summaryrefslogtreecommitdiffstats
path: root/config/cmake/xlatefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/xlatefile.c')
-rw-r--r--config/cmake/xlatefile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/xlatefile.c b/config/cmake/xlatefile.c
index c16f573..e220289 100644
--- a/config/cmake/xlatefile.c
+++ b/config/cmake/xlatefile.c
@@ -9,8 +9,8 @@ int main(int argc, char *argv[]) {
FILE *outfile = NULL;
char *buffer = NULL;
char argbuf[8];
- unsigned int bytes = 0;
- unsigned int idx = 0;
+ size_t bytes = 0;
+ size_t idx = 0;
unsigned int lineidx = 0;
unsigned int stripXlines = 3;