libr/io/io.c:344
  R_API int r_io_resize(struct r_io_t *io, const char *file, int flags, int 
mode) {
          // XXX not implemented
  #if 0
          /* TODO */
          struct r_io_plugin_t *plugin = r_io_plugin_resolve(file);
...
          return -1;
  }



ok, pull the new changes, it should work now. just msising the command implementation.
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to