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
Looks like an ordering issue - don't need to call get_config_dir() when an argument specified on the command line. There are other uses of that method though, so they need to be inspected for safety.
The text was updated successfully, but these errors were encountered:
https://github.com/l3ib/fsniper/blob/master/src/main.c#L335-L357
Looks like an ordering issue - don't need to call
get_config_dir()
when an argument specified on the command line. There are other uses of that method though, so they need to be inspected for safety.The text was updated successfully, but these errors were encountered: