[svn r350] Changed criteria to move to next program chain. trunk
authorrosfran
Fri Feb 09 21:43:35 2007 +0000 (2007-02-09)
branchtrunk
changeset 348eb7372f7a972
parent 347 c9134ac45054
child 349 7005e696052c
[svn r350] Changed criteria to move to next program chain.
gmyth/src/gmyth_file_transfer.c
     1.1 --- a/gmyth/src/gmyth_file_transfer.c	Fri Feb 09 21:30:05 2007 +0000
     1.2 +++ b/gmyth/src/gmyth_file_transfer.c	Fri Feb 09 21:43:35 2007 +0000
     1.3 @@ -623,7 +623,7 @@
     1.4      strlist = NULL;
     1.5    }
     1.6  
     1.7 -  if ( bytes_sent == 0 || max_tries == 0 )
     1.8 +  if ( bytes_sent == 0 && max_tries == 0 )
     1.9  	{
    1.10  		gmyth_debug( "Trying to move to the next program chain..." );
    1.11  		transfer->priv = GMYTH_FILE_TRANSFER_GET_PRIVATE(transfer);