Subversion Repositories wimsdev

Rev

Rev 10 | Rev 8136 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 3718
Line 24... Line 24...
24
    char *p;
24
    char *p;
25
    int commas[MAX_COMMAS];
25
    int commas[MAX_COMMAS];
26
    int commacnt;
26
    int commacnt;
27
    if(objlinecnt<2) return;
27
    if(objlinecnt<2) return;
28
    while((p=wordchr(objline[0],"nocomma"))!=NULL) {
28
    while((p=wordchr(objline[0],"nocomma"))!=NULL) {
29
        nocomma=1; strcpy(p,p+strlen("nocomma"));
29
        nocomma=1; ovlstrcpy(p,p+strlen("nocomma"));
30
    }
30
    }
31
    for(i=1;i<objlinecnt;i++) {
31
    for(i=1;i<objlinecnt;i++) {
32
        thisobjline=i; p=find_word_start(objline[i]);
32
        thisobjline=i; p=find_word_start(objline[i]);
33
        linelogdir=0;
33
        linelogdir=0;
34
        if(*p=='>') {
34
        if(*p=='>') {