lib/sqlite, sticker: migrate from class Error to C++ exceptions
This commit is contained in:
@@ -252,8 +252,7 @@ glue_sticker_init(void)
|
||||
return;
|
||||
}
|
||||
|
||||
if (!sticker_global_init(std::move(sticker_file), error))
|
||||
FatalError(error);
|
||||
sticker_global_init(std::move(sticker_file));
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user