diff options
| -rw-r--r-- | tools/plistutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/plistutil.c b/tools/plistutil.c index b6b64d3..7e4eb67 100644 --- a/tools/plistutil.c +++ b/tools/plistutil.c | |||
| @@ -196,8 +196,8 @@ int main(int argc, char *argv[]) | |||
| 196 | plist_t root_node = NULL; | 196 | plist_t root_node = NULL; |
| 197 | char *plist_out = NULL; | 197 | char *plist_out = NULL; |
| 198 | uint32_t size = 0; | 198 | uint32_t size = 0; |
| 199 | int read_size = 0; | 199 | size_t read_size = 0; |
| 200 | int read_capacity = 4096; | 200 | size_t read_capacity = 4096; |
| 201 | char *plist_entire = NULL; | 201 | char *plist_entire = NULL; |
| 202 | struct stat filestats; | 202 | struct stat filestats; |
| 203 | options_t *options = parse_arguments(argc, argv); | 203 | options_t *options = parse_arguments(argc, argv); |
