From bc6f309b2bd341e04d2a1a9cc2c035f2dd44e0e7 Mon Sep 17 00:00:00 2001 From: Matt Colyer Date: Mon, 18 Aug 2008 08:55:44 -0700 Subject: Exposed file block information in iFuse. --- src/AFC.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/AFC.c') diff --git a/src/AFC.c b/src/AFC.c index 19d8ae5..3ad31d2 100644 --- a/src/AFC.c +++ b/src/AFC.c @@ -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]); } -- cgit v1.1-32-gdbae