added quotation to svID value since it char*

v1.6
unknown 4 months ago
parent c372f96f0a
commit f049fefbf9

@ -779,7 +779,7 @@ namespace ModelGenerator.C_Structures
// cText += " NULL,\n"; // cText += " NULL,\n";
if (SMVControl.SclSMVControl.SmvID != null) if (SMVControl.SclSMVControl.SmvID != null)
cText += " " + SMVControl.SclSMVControl.SmvID + ",\n"; cText += " \"" + SMVControl.SclSMVControl.SmvID + "\",\n";
else else
cText += " NULL,\n"; cText += " NULL,\n";

Loading…
Cancel
Save