make verbosity options work again

This commit is contained in:
Frank Mori Hess 2003-05-22 20:49:53 +00:00
parent 299d9df1de
commit f233ede6ef

View file

@ -192,7 +192,8 @@ int main(int argc, char *argv[])
options.do_output = 1;
options.file_path = "/dev/comedi0";
parse_options( argc, argv, &options );
verbose = options.verbose;
setup.dev = comedi_open( options.file_path );
if( setup.dev == NULL ) {
fprintf( stderr, "comedi_open() failed, with device file name: %s\n",