libdeng2|Record: Added an explicit setter for char const*
Evidently some compilers (MSVC at least) interpret a zero-length,c-style string as bool, consequently resulting in a NumberValuerather than a TextValue being written to the Record.
View differences
libdeng2|Record: Added an explicit setter for char const*
Evidently some compilers (MSVC at least) interpret a zero-length,
c-style string as bool, consequently resulting in a NumberValue
rather than a TextValue being written to the Record.