diff options
author | Jonathan Beck | 2009-01-04 16:51:53 +0100 |
---|---|---|
committer | Jonathan Beck | 2009-01-04 16:51:53 +0100 |
commit | a3c6acf863f1a4deef76b0075c36f20de8d31197 (patch) | |
tree | 45de715a80078536967c606b9d4ebdba253d3fff /src/plist.h | |
parent | 5d9e97d40719699a6dcdb196d1cc54acd38cca04 (diff) | |
download | libplist-a3c6acf863f1a4deef76b0075c36f20de8d31197.tar.gz libplist-a3c6acf863f1a4deef76b0075c36f20de8d31197.tar.bz2 |
more warning fixes.
Diffstat (limited to 'src/plist.h')
-rw-r--r-- | src/plist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.h b/src/plist.h index a637118..8428597 100644 --- a/src/plist.h +++ b/src/plist.h @@ -43,7 +43,7 @@ struct plist_data_s { double realval; char *strval; wchar_t *unicodeval; - char *buff; + uint8_t *buff; }; uint64_t length; plist_type type; |