Changeset 5097 in vbox
- Timestamp:
- Sep 28, 2007 2:01:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DevIchAc97.cpp
r5096 r5097 1714 1714 if (!s->voice_po) 1715 1715 { 1716 len = RTStrPrintf(szMissingVoices + len, sizeof(szMissingVoices)-len, "%sPCM_out", 1716 len = RTStrPrintf(szMissingVoices + len, sizeof(szMissingVoices)-len, "%sPCM_out", 1717 1717 fComma ? ", " : ""); 1718 1718 fComma = true;
Note:
See TracChangeset
for help on using the changeset viewer.