summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ifuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ifuse.c b/src/ifuse.c
index bf5f9aa..098b1cd 100644
--- a/src/ifuse.c
+++ b/src/ifuse.c
@@ -591,7 +591,7 @@ int main(int argc, char *argv[])
return -1;
}
- iphone_get_device(&phone);
+ iphone_device_new(&phone, NULL);
if (!phone) {
fprintf(stderr, "No iPhone found, is it connected?\n");
fprintf(stderr, "If it is make sure that your user has permissions to access the raw usb device.\n");