Commit graph

3 commits

Author SHA1 Message Date
Floris Bos
7c1c111699 drivelist: let GetEnumeratorName() return std::string instead of char *
Returning a pointer to a character array on the stack that is
no longer reserved after the function returns can lead to
undefined behavior.
2021-01-11 18:37:39 +01:00
Floris Bos
8e87933320 drivelist: fix handling zero length wstrings
Ref #142
2021-01-06 12:18:09 +01:00
Floris Bos
d7b361ba44 Qt/QML edition 2020-03-04 16:55:40 +01:00