copy-paste is still BAD

This commit is contained in:
berkeviktor@aol.com 2011-01-12 20:21:02 +01:00
parent c907dd186d
commit 9f2f179e1c
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ dccoffer_cb (char *word[], void *userdata)
struct stat64 buffer; /* buffer for storing file info */
char sum[65]; /* buffer for checksum */
result = stat64 (word[2], &buffer);
result = stat64 (word[3], &buffer);
if (result == 0) /* stat returns 0 on success */
{
if (buffer.st_size <= get_max_hash_size ())