mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/apps_container_storage.cpp] Add an assert
This commit is contained in:
@@ -49,5 +49,7 @@ int AppsContainerStorage::appIndexFromSnapshot(App::Snapshot * snapshot) {
|
||||
return i;
|
||||
}
|
||||
}
|
||||
// Achievement unlock : how did you get here ?
|
||||
assert(false);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user