Rev 15539 | Rev 15778 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15539 | Rev 15777 | ||
---|---|---|---|
Line 632... | Line 632... | ||
632 | i_require,i_author, |
632 | i_require,i_author, |
633 | i_keywords_ca,i_keywords_en,i_keywords_fr,i_keywords_it,i_keywords_nl, |
633 | i_keywords_ca,i_keywords_en,i_keywords_fr,i_keywords_it,i_keywords_nl, |
634 | i_title_ca,i_title_en,i_title_fr,i_title_it,i_title_nl |
634 | i_title_ca,i_title_en,i_title_fr,i_title_it,i_title_nl |
635 | }; |
635 | }; |
636 | int trcnt=sizeof(trlist)/sizeof(trlist[0]); |
636 | int trcnt=sizeof(trlist)/sizeof(trlist[0]); |
637 | char *p1, *p2, *pp, *q, buf[MAX_LINELEN+ |
637 | char *p1, *p2, *pp, *q, buf[15*MAX_LINELEN+15], lbuf[16]; |
638 | FILE *f; |
638 | FILE *f; |
639 | 639 | ||
640 | if(module_index(name)) return; |
640 | if(module_index(name)) return; |
641 | towords(indbuf[i_category]); |
641 | towords(indbuf[i_category]); |
642 | /* list the categories (among A=all,X=eXercise,O,D,...) corresponding |
642 | /* list the categories (among A=all,X=eXercise,O,D,...) corresponding |