> Now, u do realize with that if statement, u need to take "out" 1 other line. > :) Otherwise, u'll have a mess on ur hands. > Keep that in mind with looking at your code and modifieing it. :)
heheh. don't worry. I'm not that inexperienced. This is the snippet I
tossed in.
if(*pointer != '\0') //avoid stripping tailing nulls - tandon
{
*bufin = ' ';
}
Thanks for your help again.
~Tandon

