Re: Fix up memory leaks in display-message- F

2012-03-06 Thread Nicholas Marriott
Hi On Sun, Mar 04, 2012 at 10:29:02AM -0500, Ben Boeckel wrote: > On Sun, Mar 04, 2012 at 07:34:33 +, Nicholas Marriott wrote: > > I want to be reducing the use of status_replace so I don't want to add > > it back to display-message. > > > > It is a good idea to use format_* inside status_rep

Re: Fix up memory leaks in display-message- F

2012-03-04 Thread Ben Boeckel
On Sun, Mar 04, 2012 at 07:34:33 +, Nicholas Marriott wrote: > I want to be reducing the use of status_replace so I don't want to add > it back to display-message. > > It is a good idea to use format_* inside status_replace, but first it > needs to be changed to support the length modifiers. T

Re: Fix up memory leaks in display-message- F

2012-03-03 Thread Nicholas Marriott
Hi I want to be reducing the use of status_replace so I don't want to add it back to display-message. It is a good idea to use format_* inside status_replace, but first it needs to be changed to support the length modifiers. Then it can replace most of status_replace1. I haven't done this yet bec