Skip to content
Snippets Groups Projects
Commit d8c0a0be authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove oblibs old function

parent a1d44cc0
No related branches found
No related tags found
No related merge requests found
......@@ -879,7 +879,7 @@ int main(int argc,char const *const *argv, char const *const *envp)
default : for (int i = 0 ; i < n ; i++)
{
if (!argv[l.ind]) log_usage(USAGE) ;
if (obstr_equal(nargv[i],argv[l.ind]))
if (!strcmp(nargv[i],argv[l.ind]))
f = 1 ;
}
if (!f) nargv[n++] = (char *)argv[l.ind] ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment