Re: Possible bug found by cppcheck

2019-09-14 Thread Richard Kimberly Heck
On 9/13/19 1:09 PM, Jean-Marc Lasgouttes wrote: > In DocFileNamefilename::mangledFileName, I see: > > string const name = absFileName(); > // Now the real work > string mname = os::internal_path(name); > // Remove the extension. > mname = support::changeExtension(name,

Possible bug found by cppcheck

2019-09-13 Thread Jean-Marc Lasgouttes
In DocFileNamefilename::mangledFileName, I see: string const name = absFileName(); // Now the real work string mname = os::internal_path(name); // Remove the extension. mname = support::changeExtension(name, string()); So the assignment of internal_path