Changeset 1142
- Timestamp:
- 05/09/08 00:57:07 (15 years ago)
- Files:
-
- trunk/libffado/src/dice/dice_avdevice.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/src/dice/dice_avdevice.cpp
r1139 r1142 1330 1330 1331 1331 // find the end of the string 1332 unsigned intend=in.find(string("\\\\"));1332 string::size_type end=in.find(string("\\\\")); 1333 1333 // cut the end 1334 1334 in=in.substr(0,end); 1335 1335 1336 unsigned intcut;1336 string::size_type cut; 1337 1337 while( (cut = in.find(string("\\"))) != in.npos ) { 1338 1338 if(cut > 0) {