Changeset 34355


Ignore:
Timestamp:
05/23/15 18:02:31 (8 years ago)
Author:
gost
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r34353 r34355  
    707707                        }
    708708                }
    709                 if((checkchipset("BCM7424") == 1 || checkchipset("BCM7358") == 1 || checkchipset("BCM7362") == 1 || checkbox("UFS913") == 1 || checkbox("SPARK") == 1 || checkbox("SPARK7162") == 1 || checkbox("IPBOX91") == 1 || checkbox("IPBOX900") == 1 || checkbox("IPBOX910") == 1 || checkbox("IPBOX9000") == 1) && checkhighflash() != 0)
    710                 {
    711                         printf("error: 7\n");           
    712                         destroy();
    713                         exit(100);
     709                if(ret > 0)
     710                {
     711                        if((checkchipset("BCM7424") == 1 || checkchipset("BCM7358") == 1 || checkchipset("BCM7362") == 1 || checkbox("UFS913") == 1 || checkbox("SPARK") == 1 || checkbox("SPARK7162") == 1 || checkbox("IPBOX91") == 1 || checkbox("IPBOX900") == 1 || checkbox("IPBOX910") == 1 || checkbox("IPBOX9000") == 1) && checkhighflash() != 0)
     712                        {
     713                                printf("error: 7\n");           
     714                                destroy();
     715                                exit(100);
     716                        }
    714717                }
    715718                if(checkbox("UFS910") == 1 && checklowflash() != 0)
Note: See TracChangeset for help on using the changeset viewer.