diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-07 20:25:51 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-07 20:25:51 +0200 |
commit | 40d3905a2c7a87bc48ce1624aa6409df08b4fbde (patch) | |
tree | 835c96094d3f2ac9c3ba222b2d34892220223be6 | |
parent | 9db2e1eb71e2428191fe0cda4d372391d6046ee0 (diff) |
fixes #1323
-rw-r--r-- | src/mir_app/src/database.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mir_app/src/database.cpp b/src/mir_app/src/database.cpp index 8ca3bcef1b..62b070129e 100644 --- a/src/mir_app/src/database.cpp +++ b/src/mir_app/src/database.cpp @@ -386,6 +386,9 @@ int tryOpenDatabase(const wchar_t *tszProfile) // just not supported.
continue;
+ case EGROKPRF_OBSOLETE:
+ break;
+
default:
return err;
}
|