Changeset 2202

Show
Ignore:
Timestamp:
09/03/12 04:05:00 (12 years ago)
Author:
adi
Message:

DICE: Fix FTBFS introduced in r2201

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/src/dice/dice_avdevice.cpp

    r2201 r2202  
    869869    // request the channel names 
    870870    if (names_audio.size() != nb_audio) { 
    871         char *dir_str = (direction == Streaming::Port::E_Capture) ? "input" : "output"; 
     871        const char *dir_str = (direction == Streaming::Port::E_Capture) ? "input" : "output"; 
    872872        debugWarning("The audio channel name vector is incorrect, using default names\n"); 
    873873        names_audio.clear();