On Fri, Apr 01, 2016 at 08:53:05PM +0200, Conrad Hoffmann wrote: > Hi, > > there is a small bug in dumpstats.c, stats_dump_fields_csv(). One of the > writes is to the global `trash` chunk, which happens to be the right one, > but it should be to what gets passed in as argument (out).
Good catch, thank you. > Not even sure this was worth a patch, but it is attached if you like. > Otherwise, feel free to just fix by hand :) Any fix is worth a patch. It always takes more time to do it by hand, build and write a commit message than to just "git am" your mail. Applied thanks! Willy

