Skip to content
Snippets Groups Projects
Commit a0cdbfa4 authored by Mikhail Pershin's avatar Mikhail Pershin
Browse files

- land b_ver_recov

parent bb7bdd86
No related branches found
No related tags found
No related merge requests found
......@@ -123,9 +123,9 @@ int main(int argc, char** argv)
printf("flags = %d\n",flags);
#endif
break;
} else
} else
flags = 0;
for (tmp = strtok(cloned_flags, ":|"); tmp;
tmp = strtok(NULL, ":|")) {
int i = 0;
......@@ -216,4 +216,3 @@ out:
return save_errno;
}
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