Subversion Repositories wimsdev

Rev

Rev 17968 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17968 Rev 18505
Line 244... Line 244...
244
    if(stk->list_pt==NULL) {
244
    if(stk->list_pt==NULL) {
245
      free(stk->bufpt);
245
      free(stk->bufpt);
246
      m_file.for_idx--;
246
      m_file.for_idx--;
247
      *p=0; return;
247
      *p=0; return;
248
    }
248
    }
249
    p1=strchr(stk->list_pt,',');
249
    p1=strparchr(stk->list_pt,',');
250
    if(p1!=NULL) {
250
    if(p1!=NULL) {
251
      *p1=0; p2=find_word_start(p1+1);
251
      *p1=0; p2=find_word_start(p1+1);
252
    }
252
    }
253
    else p2=NULL;
253
    else p2=NULL;
254
    strip_trailing_spaces(stk->list_pt);
254
    strip_trailing_spaces(stk->list_pt);