- fixed struct initialization problem with Visual Studio

pull/291/head
Michael Zillgith 5 years ago
parent 8a55ef47bf
commit 0c9d1b16f8

@ -49,7 +49,7 @@
#define PENDING_EVENT_OP_OK_TRUE 16
#define PENDING_EVENT_OP_OK_FALSE 32
static MmsValue emptyString = {MMS_STRUCTURE, false, {0}};
static MmsValue emptyString = {MMS_STRUCTURE, false, {DATA_ACCESS_ERROR_OBJECT_INVALIDATED}};
static MmsValue delayedResponse = {MMS_DATA_ACCESS_ERROR, false, {DATA_ACCESS_ERROR_NO_RESPONSE}};

Loading…
Cancel
Save