*** quote.c.1.49	2006-09-08 11:26:30.000000000 -0400
--- quote.c	2006-09-08 11:17:43.000000000 -0400
***************
*** 304,312 ****
  
  	if (NULL == string)
  			return;
- 
- 	New(0, result, strlen((char *)string)+1, unsigned char);
- 
  	result = string;
  
  	while (*string != '\0') {
--- 304,309 ----
***************
*** 334,340 ****
  		}
  	}
  	result = '\0';
- 	Renew(result, (*retlen), unsigned char);
  	string = result - (*retlen);
  	return;
  }
--- 331,336 ----
