| Subject: Re: Directory structure to include protocol? - fix |
Author: Russ Reese |
Date: 04/07/2004 19:56 |
| | Actually replace the:
strncatbuff(b, adr_complete, protpos - 1);
with:
strncatbuff(b, adr_complete, ((int)protpos -
(int)adr_complete));
Been working too much in languages without pointers, forgot
strstr returns a pointer to the position, not the position
in the "string"
| |
|
|
|
|
1
Created with FORUM 2.0.11