You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: %p added as an equivalent for regex (.*)
sscanf() doesn't parse "Hello world" by %s, because there's a whitespace. I added %p to the parser and the package no longer uses sscanf.