Commit 1d0c2f15 authored by Alejandro Mery's avatar Alejandro Mery
Browse files

fex2bin: add warning about it's unfunctional state

parent e72443c0
......@@ -152,6 +152,8 @@ int main(int argc, char *argv[])
const char *fn[] = {"stdin", "stdout"};
struct script *script;
errf("WARNING: this tool is still not functional, sorry\n");
if (argc>1) {
if (strcmp(argv[1],"-") == 0)
; /* we are using stdin anyway */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment