- small bug fixes on IGHDRIV

This commit is contained in:
2018-07-03 11:18:28 +02:00
parent be60bbed98
commit a22334180a
2 changed files with 6 additions and 0 deletions

View File

@@ -96,6 +96,7 @@ int OxiHandler(void *object)
} else { /* version (and therefore device) changed */
eab->errCode = EASE_DEV_CHANGED;
eab->state = EASE_idle;
eab->version[0] = '\0';
goto error;
}
eab->state = EASE_idle;