Liviu Nicoara wrote: > Martin, > > I think there are more places sprtoing the extra newlines than the ones > you have in your diff. Aren't rw_info formatting strings supposed to not > have trailing newlines too? Yes, none of them should have a trailing newline in the formatting string. I only looked for rw_error(); if there are rw_info() or other calls with trailing newlines that should be removed as well. Martin