diff options
author | Matt Colyer | 2008-08-18 08:55:44 -0700 |
---|---|---|
committer | Matt Colyer | 2008-08-18 08:55:44 -0700 |
commit | bc6f309b2bd341e04d2a1a9cc2c035f2dd44e0e7 (patch) | |
tree | c86e49447b8baf5fd22d6ee114411505489bc3a2 /src/AFC.c | |
parent | 951d5ca00c2fc26231c2766939e1971febdbd7d9 (diff) | |
download | libplist-bc6f309b2bd341e04d2a1a9cc2c035f2dd44e0e7.tar.gz libplist-bc6f309b2bd341e04d2a1a9cc2c035f2dd44e0e7.tar.bz2 |
Exposed file block information in iFuse.
Diffstat (limited to 'src/AFC.c')
-rw-r--r-- | src/AFC.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -547,7 +547,6 @@ AFCFile *afc_get_file_info(AFClient *client, const char *path) { my_file->size = atoi(list[i+1]); } - if (!strcmp(list[i], "st_blocks")) { my_file->blocks = atoi(list[i+1]); } |