Changeset 15941


Ignore:
Timestamp:
05/23/12 00:34:02 (12 years ago)
Author:
nit
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/ipkg.h

    r15937 r15941  
    366366
    367367                if(ostrcmp("97.74.32.10", ip) == 0)
    368                         free(ip); ip = ostrcat("atemio.dyndns.tv", NULL, 0, 0);
     368                {
     369                        free(ip);
     370                        ip = ostrcat("atemio.dyndns.tv", NULL, 0, 0);
     371                }
    369372
    370373                if(!file_exist(checkfile)) // +status.ipkg = date + 1day
     
    386389        {
    387390                if(ostrcmp("97.74.32.10", ip) == 0)
    388                         free(ip); ip = ostrcat("atemio.dyndns.tv", NULL, 0, 0);
     391                {
     392                        free(ip);
     393                        ip = ostrcat("atemio.dyndns.tv", NULL, 0, 0);
     394                }
    389395       
    390396                err = screendownload("Download", ip, path, 80, (char*)filename, HTTPAUTH, 0);
Note: See TracChangeset for help on using the changeset viewer.