Rev 15777 | Rev 16987 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15777 | Rev 15778 | ||
---|---|---|---|
Line 840... | Line 840... | ||
840 | int i; |
840 | int i; |
841 | unsigned char trlist[]={ |
841 | unsigned char trlist[]={ |
842 | s_title,s_description,s_domain,s_keywords,s_information |
842 | s_title,s_description,s_domain,s_keywords,s_information |
843 | }; |
843 | }; |
844 | int trcnt=sizeof(trlist)/sizeof(trlist[0]); |
844 | int trcnt=sizeof(trlist)/sizeof(trlist[0]); |
845 | char *p1, *p2, *q, buf[MAX_LINELEN+ |
845 | char *p1, *p2, *q, buf[4*MAX_LINELEN+4], lbuf[16]; |
846 | 846 | ||
847 | if(index(serial)) return; |
847 | if(index(serial)) return; |
848 | fprintf(titf,"%d:%s\n",serial,gsindbuf[s_title]); |
848 | fprintf(titf,"%d:%s\n",serial,gsindbuf[s_title]); |
849 | fprintf(descf,"%d:%s\n",serial,gsindbuf[s_description]); |
849 | fprintf(descf,"%d:%s\n",serial,gsindbuf[s_description]); |
850 | fprintf(remf,"%d:%s\n",serial,gsindbuf[s_information]); |
850 | fprintf(remf,"%d:%s\n",serial,gsindbuf[s_information]); |