Changeset 28127


Ignore:
Timestamp:
03/31/14 03:55:57 (10 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r28126 r28127  
    784784        }
    785785
    786         for(i = 0; !rm && i <= preg.re_nsub; i++)
     786        for(i = 1; !rm && i <= preg.re_nsub; i++)
    787787        {
    788788                len = pmatch[i].rm_eo - pmatch[i].rm_so;
  • titan/titan/struct.h

    r27237 r28127  
    8989#define COPYRIGHT "NIT"
    9090#define CRONTRIBUT "obi, black, dvboxer, oxygen, gost"
    91 #define PLUGINVERSION 0
     91#define PLUGINVERSION 28122
    9292
    9393#define _(x) gettext(x)
     
    997997        char* feaktnr;
    998998        char* feshortname;
     999        char* fehyprid;
    9991000        struct dvb_frontend_info* feinfo;
    10001001        struct caslot* caslot;
Note: See TracChangeset for help on using the changeset viewer.