Changeset 18401


Ignore:
Timestamp:
11/01/12 03:50:02 (11 years ago)
Author:
nit
Message:

[titan] fix count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r18400 r18401  
    410410//      if(readtithek(tithekfile) != 0) return 1;
    411411        int linecount = readtithek(tithekfile);
    412         if(linecount == 0) return 1;
     412//      if(linecount == 0) return 1;
    413413       
    414414        struct tithek* titheknode = tithek;
Note: See TracChangeset for help on using the changeset viewer.