We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When restarting with F5, this for loop will try to parse_time all flags other than -p
parse_time
-p
sowon/main.c
Lines 238 to 253 in eb3a37c
So when running with -e or clock mode and hit F5, the application will close with '-e' is not a number and 'clock' is not a number respectively.
-e
clock
F5
'-e' is not a number
'clock' is not a number
I will make a PR :)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When restarting with F5, this for loop will try to
parse_time
all flags other than-p
sowon/main.c
Lines 238 to 253 in eb3a37c
So when running with
-e
orclock
mode and hitF5
, the application will close with'-e' is not a number
and'clock' is not a number
respectively.I will make a PR :)
The text was updated successfully, but these errors were encountered: