mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-03 12:27:43 +01:00
Update base64 default value
This commit is contained in:
parent
c21c955236
commit
f2eebc829d
1 changed files with 2 additions and 1 deletions
|
|
@ -1085,8 +1085,9 @@ static char *get_default_value_by_type(int type)
|
|||
case DMT_UNLONG:
|
||||
case DMT_LONG:
|
||||
case DMT_BOOL:
|
||||
case DMT_BASE64:
|
||||
return "0";
|
||||
case DMT_BASE64:
|
||||
return "AA=="; // base64 encoded hex value 00
|
||||
case DMT_TIME:
|
||||
return "0001-01-01T00:00:00Z";
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue