- Timestamp:
- 05/03/10 13:01:43 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/libffado-2.0/support/firmware/bridgeco-downloader.cpp
r1454 r1825 180 180 return -1; 181 181 } 182 BeBoB::BCD* bcd = new BeBoB::BCD ::BCD( args->args[2] );182 BeBoB::BCD* bcd = new BeBoB::BCD( args->args[2] ); 183 183 if ( !bcd ) { 184 184 cerr << "Could no open file " << args->args[2] << endl;
