Skip to content

Commit

Permalink
update borealis; mix warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dslatt committed Jun 23, 2024
1 parent f87c56f commit e4d6788
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/borealis
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/util/account.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ namespace account
},
.buffers = {
{&data, sizeof(data)},
{(void *)buffer.get(), size},
{(void *)buffer.get(), (size_t)size},
});
}

Expand Down

0 comments on commit e4d6788

Please sign in to comment.