Changeset 15814


Ignore:
Timestamp:
05/19/12 20:10:44 (12 years ago)
Author:
obi
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r15813 r15814  
    4141struct caservice caservice[MAXCASERVICE];
    4242struct channelhistory channelhistory[MAXCHANNELHISTORY];
    43 //struct mostzap* mostzap = NULL;
     43struct mostzap* mostzap = NULL;
    4444
    4545#ifdef SH4
     
    179179#include "channelhistroy.h"
    180180#include "thumb.h"
    181 //#include "mostzap.h"
     181#include "mostzap.h"
    182182//#include "cardreader.h"
    183183//#include "sci.h"
     
    323323
    324324                freerectimer();
    325 //              freemostzap();
     325                freemostzap();
    326326                freechannelhistory();
    327327                freesat();
     
    606606        ret = readchannel(getconfig("channelfile", NULL));
    607607        ret = readtransponderencoding(getconfig("transponderencodingfile", NULL));
    608 //      ret = readmostzap(getconfig("mostzapfile", NULL));
     608        ret = readmostzap(getconfig("mostzapfile", NULL));
    609609
    610610        status.aktservice = addservice(NULL);
Note: See TracChangeset for help on using the changeset viewer.