No worries :). I appreciate that you chimed in. Not sure what you mean by 'the archive'. Mailing list archive? If I can help you with that, do let me know.
Filip On Mon 2026-07-06 10:18:12, Bruce Korb wrote: > OK. Never mind. My recollections of 20+ years ago are faulty. > I also don't have access to the archive anymore. > As I'm retired now, I'll just keep my mouth (fingers) shut. :) > > On 7/6/26 10:03, Bruce Korb wrote: > > > > > > On 6/27/26 10:41, Filip Kastl wrote: > > > In my previous patch I changed a parameter of extract_quoted_files > > > from const char * to just char *. I believe that's still the right call > > > > The "const" attribute asserts that the string passed in by address is > > never modified in this function. It doesn't matter that the source > > string is in modifiable memory. I'd revert that part of your previous > > change.
