diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ifuse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ifuse.c b/src/ifuse.c index eacf549..f768423 100644 --- a/src/ifuse.c +++ b/src/ifuse.c | |||
| @@ -46,7 +46,7 @@ static int ifuse_getattr(const char *path, struct stat *stbuf) { | |||
| 46 | int res = 0; | 46 | int res = 0; |
| 47 | 47 | ||
| 48 | iphone_afc_client_t afc = fuse_get_context()->private_data; | 48 | iphone_afc_client_t afc = fuse_get_context()->private_data; |
| 49 | res = iphone_afc_get_file_attr(afc, path, stbuf); | 49 | iphone_afc_get_file_attr(afc, path, stbuf); |
| 50 | 50 | ||
| 51 | return res; | 51 | return res; |
| 52 | } | 52 | } |
