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
We have to do: sscanf(line,"%2000s",label);
to stop getting a warning about potential overflow - we'd ideally use a #define on maxl and maxl0, then we'd be fine