Subversion Repositories wimsdev

Rev

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

Rev 12248 Rev 15779
Line 93... Line 93...
93
}
93
}
94
 
94
 
95
static
95
static
96
void oneline(char *p)
96
void oneline(char *p)
97
{
97
{
98
  char tbuf[8], sbuf[8], ubuf[256], cbuf[64];
98
  char tbuf[8], sbuf[8], ubuf[32], cbuf[64];
99
  char *p1, *p2;
99
  char *p1, *p2;
100
  int i,t,cl;
100
  int i,t,cl;
101
  memmove(tbuf,p+9,6); tbuf[2]=tbuf[5]=0;
101
  memmove(tbuf,p+9,6); tbuf[2]=tbuf[5]=0;
102
  t=atoi(tbuf)*60+atoi(tbuf+3);
102
  t=atoi(tbuf)*60+atoi(tbuf+3);
103
  memmove(sbuf,p+18,4); sbuf[4]=0;
103
  memmove(sbuf,p+18,4); sbuf[4]=0;