Resolve issue 38; replace bad code in MG-RPC with strcpy #49
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
zadammac/PETI!49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "b/rps-game-38"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves #38.
The crash was being caused by illegal addressing/overflow issues when working with direct character assignment into the DISPLAY_FRAME constituent "strings". By replacing basically the entire "attractMode" function with subfunctions that do by-line operations against the global
WORK_STRINGand then assigning those to the display frame, we resolve the bug.This also starts using the
DISPLAY_blankFrame()convenience function.This does not (as originally suggested) implement any of the
FUTUREtags.