Subversion Repositories wimsdev

Rev

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

Rev 15588 Rev 18078
Line 478... Line 478...
478
    fnd_position=p+n-1;fnd_nextpos=p+n;
478
    fnd_position=p+n-1;fnd_nextpos=p+n;
479
  }
479
  }
480
  return bf;
480
  return bf;
481
}
481
}
482
 
482
 
483
/* Returns 1 if semicolons changed to new lines */
483
/* Returns number of lines if semicolons changed to new lines */
484
int rows2lines(char *p)
484
int rows2lines(char *p)
485
{
485
{
486
  char *pp, *p2;
486
  char *pp, *p2;
487
  int t;
487
  int t;
488
  if(strchr(p,'\n')!=NULL) return 0;
488
  if(strchr(p,'\n')!=NULL) return 0;