Show
Ignore:
Timestamp:
05/03/10 13:01:43 (2 years ago)
Author:
arnonym
Message:

Fix #255 and part of #278 and allow compilation on gcc4.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/libffado-2.0/support/firmware/bridgeco-downloader.cpp

    r1454 r1825  
    180180            return -1; 
    181181        } 
    182         BeBoB::BCD* bcd = new BeBoB::BCD::BCD( args->args[2] ); 
     182        BeBoB::BCD* bcd = new BeBoB::BCD( args->args[2] ); 
    183183        if ( !bcd ) { 
    184184            cerr << "Could no open file " << args->args[2] << endl;