I'm dumb.

This commit is contained in:
Pablo Curiel 2022-07-03 12:09:26 +02:00
parent 7a8daf8ba5
commit e85aace57c
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ static bool bktrReadSubStorage(BucketTreeSubStorage *substorage, BucketTreeSubSt
return false;
}
BucketTreeContext *ctx = substorage->bktr_ctx;
BucketTreeContext *ctx = (BucketTreeContext*)substorage->bktr_ctx;
NcaFsSectionContext *nca_fs_ctx = substorage->nca_fs_ctx;
bool success = false;