Invalid Calls in current version of Main.c #6
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#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
The version of main.c at master is broken. Use
b903c975e3instead.This issue was caused by me being an idiot and not testing an MR; won't happen again.
I've solved this issue at least once before and should be able to correct the codebase with some minor changes (that will also improve readibility IIRC) but don't have the clean file and will need to take care of that later.
This can be addressed more or less effectively by following through on this project:
https://github.com/ZAdamMac/PETI/projects/4
The only real issue was the way in which the length of delay for the splash screen was being passed. I've done some tests by simply adding a
#DEFINEand now the code is working again. Will commit shortly.