On Sat, 2006-02-04 at 09:58 +0530, Vijay Kiran Kamuju wrote: > I did initialize at the start when we use it first time i dont have problems.
But people like me who review and will later add/fix your code may be confused by it. > And later where ever i am using that i have initialized it. Please, do not do it later, do it at the appropriate time and place of the code. > oops regarding the newlen check i will change that. > If dont use the newlen variable, on windows the test will definitely crash. As I said, get rid of newlen altogether, it's confusing. -- Dmitry.