fex2bin: add warning about it's unfunctional state

This commit is contained in:
Alejandro Mery 2012-05-06 12:50:00 +02:00
parent e72443c0bb
commit 1d0c2f15f0

View File

@ -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 */