diff options
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 | ||
