Latest updates at DangerousPrototypes.com.
} else if ( !strcmp(argv[i], "-status") ) { write = 1; } else if ( !strcmp(argv[i], "-write") ) { cmd_write = 1;
} else if ( !strcmp(argv[i], "-status") ) { cmd_status = 1; } else if ( !strcmp(argv[i], "-write") ) { cmd_write = 1;
I think putting the code into svn would be better :)
Thanks guys! I'll put it in the gadgetfactory SVN. Is there a latest version I should use?