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[]) ...@@ -152,6 +152,8 @@ int main(int argc, char *argv[])
const char *fn[] = {"stdin", "stdout"}; const char *fn[] = {"stdin", "stdout"};
struct script *script; struct script *script;
errf("WARNING: this tool is still not functional, sorry\n");
if (argc>1) { if (argc>1) {
if (strcmp(argv[1],"-") == 0) if (strcmp(argv[1],"-") == 0)
; /* we are using stdin anyway */ ; /* 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