mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
⚡ updated error message
This commit is contained in:
parent
9223c520b1
commit
8fb7687d42
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ void Bank::Load()
|
||||||
static uint8_t temp[16]{16, 0, 0, 0, 4};
|
static uint8_t temp[16]{16, 0, 0, 0, 4};
|
||||||
users_save.write((char *)temp, 16);
|
users_save.write((char *)temp, 16);
|
||||||
users_save.close();
|
users_save.close();
|
||||||
throw std::invalid_argument("Cannot access loading file\n");
|
throw std::invalid_argument("Cannot find users.dat, file has been created\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t buffer_size;
|
uint32_t buffer_size;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue