Added extra sub-state for MS/TP from Addendum 135-2008v.
This commit is contained in:
@@ -957,7 +957,7 @@ bool bacapp_print_value(
|
||||
} else {
|
||||
fprintf(stream, "%u, ", (unsigned) value->type.Date.day);
|
||||
}
|
||||
if (value->type.Date.year == 255) {
|
||||
if (value->type.Date.year == 2155) {
|
||||
fprintf(stream, "(unspecified), ");
|
||||
} else {
|
||||
fprintf(stream, "%u", (unsigned) value->type.Date.year);
|
||||
|
||||
Reference in New Issue
Block a user