From b2ee9d8b0c023750a1d9ad2afed8b1c3def454b1 Mon Sep 17 00:00:00 2001 From: Jonathan Beck Date: Sun, 17 Aug 2008 21:28:09 +0200 Subject: Merge master into fixes. --- src/AFC.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/AFC.c') diff --git a/src/AFC.c b/src/AFC.c index 67d14f9..06e9952 100644 --- a/src/AFC.c +++ b/src/AFC.c @@ -715,9 +715,9 @@ int afc_write_file(AFClient *client, AFCFile *file, const char *data, int length if (!client ||!client->afc_packet || !client->connection || !file) return -1; afc_lock(client); - + if (debug) fprintf(stderr, "afc_write_file: Write length: %i\n", length); - + // Divide the file into segments. for (i = 0; i < segments; i++) { // Send the segment -- cgit v1.1-32-gdbae