diff options
| author | 2010-12-31 01:15:38 +0100 | |
|---|---|---|
| committer | 2010-12-31 01:15:38 +0100 | |
| commit | b8976a4c3cadcec938e2c493511187a8b5fc8a21 (patch) | |
| tree | 47d5eb3d81a5d1fe4c8ce20b6795ba361da0e418 /irecovery.c | |
| parent | 72e1427dde744addb0e5aeca364ec43ddf954895 (diff) | |
| download | libirecovery-b8976a4c3cadcec938e2c493511187a8b5fc8a21.tar.gz libirecovery-b8976a4c3cadcec938e2c493511187a8b5fc8a21.tar.bz2 | |
DFU mode fixed
Diffstat (limited to 'irecovery.c')
| -rw-r--r-- | irecovery.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irecovery.c b/irecovery.c index 3e32395..78692c6 100644 --- a/irecovery.c +++ b/irecovery.c | |||
| @@ -301,7 +301,7 @@ int main(int argc, char* argv[]) { | |||
| 301 | 301 | ||
| 302 | case kSendFile: | 302 | case kSendFile: |
| 303 | irecv_event_subscribe(client, IRECV_PROGRESS, &progress_cb, NULL); | 303 | irecv_event_subscribe(client, IRECV_PROGRESS, &progress_cb, NULL); |
| 304 | error = irecv_send_file(client, argument, 0); | 304 | error = irecv_send_file(client, argument, 1); |
| 305 | debug("%s\n", irecv_strerror(error)); | 305 | debug("%s\n", irecv_strerror(error)); |
| 306 | break; | 306 | break; |
| 307 | 307 | ||
