diff --git a/library/borealis b/library/borealis index 8809d3e..19d3f7e 160000 --- a/library/borealis +++ b/library/borealis @@ -1 +1 @@ -Subproject commit 8809d3e2f055ac265550106515e8e35642bb37a5 +Subproject commit 19d3f7e27d35258b5ffb4b1e919c5ef4a392f390 diff --git a/readme.md b/readme.md index e987c29..9772cd6 100644 --- a/readme.md +++ b/readme.md @@ -131,6 +131,8 @@ If you want to help me open an issue when you encounter a bug and a pull request - Thanks to [XorTroll](https://github.com/XoRTroll) for [Golfleaf](https://github.com/XorTroll/Goldleaf) - Thanks to [HamletDuFromage ](https://github.com/HamletDuFromage ) for [AIO-Switch-Updater](https://github.com/HamletDuFromage/aio-switch-updater) - Thanks to [PoloNX](https://github.com/PoloNX) for [SimpleModDownloader](https://github.com/PoloNX/SimpleModDownloader) +- Thanks to anyone who helped translate! + ## TODO diff --git a/source/util/account.cpp b/source/util/account.cpp index aa5798d..dfc20cc 100644 --- a/source/util/account.cpp +++ b/source/util/account.cpp @@ -106,7 +106,7 @@ namespace account }, .buffers = { {&data, sizeof(data)}, - {(void *)buffer.get(), size}, + {(void *)buffer.get(), (size_t)size}, }); }