diff options
author | Jonathan Beck | 2008-08-17 21:28:09 +0200 |
---|---|---|
committer | Jonathan Beck | 2008-08-21 19:10:17 +0200 |
commit | b2ee9d8b0c023750a1d9ad2afed8b1c3def454b1 (patch) | |
tree | 65b80160862b976e93e7bc47772ba27dff653422 /src/AFC.c | |
parent | ae11cc812ed4e4ec011a960b77973e66a8694d10 (diff) | |
download | libplist-b2ee9d8b0c023750a1d9ad2afed8b1c3def454b1.tar.gz libplist-b2ee9d8b0c023750a1d9ad2afed8b1c3def454b1.tar.bz2 |
Merge master into fixes.
Diffstat (limited to 'src/AFC.c')
-rw-r--r-- | src/AFC.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |