Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix GCC warning, snprintf limit too long (d0k3#623)
- One snprintf in arm9/source/godmode.c call had a limit that was past the size of the datestr variable it was writing into. Fixed to match the size of the variable.
- Loading branch information