Corrected an error in the output of string properties when writing

.mag files caused by the last commit---Failure to put a space between
the key and the value.  Fixed.
This commit is contained in:
R. Timothy Edwards 2026-02-18 19:15:14 -05:00
parent 9ab7b77dc4
commit 2f00f6d8f1
1 changed files with 1 additions and 0 deletions

View File

@ -4124,6 +4124,7 @@ dbWritePropFunc(key, proprec, cdata)
switch (proprec->prop_type)
{
case PROPERTY_TYPE_STRING:
FPUTSR(f, " ");
FPUTSR(f, proprec->prop_value.prop_string);
break;
case PROPERTY_TYPE_INTEGER: