vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| William Ahern wrote: > If ret > = sizeof(buffer) then your string was truncated. The > length of the string in the buffer is then sizeof(buffer) - 1. Ah right, I should have used sizeof() instead of strlen(). Now it makes (a bit more) sense. # Han |