From cf902d602c41efb6e2521a93b536fbad1cfb2e63 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 10 Sep 2009 13:33:26 +0200 Subject: Adaption to latest libiphone API change. --- src/ifuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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"); -- cgit v1.1-32-gdbae