Skip to content

src: do not save c_str of a temp string

Rodrigo Muino Tomonari requested to merge github/fork/zcbenz/path-c-str into main

file_path.string() creates a temporary string object, we should not store its c_str() before storing the string object first.

Merge request reports

Loading