Changeset 142 for trunk/classes/mm-progs/mmfind
- Timestamp:
- Jan 21, 2024, 10:17:50 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/classes/mm-progs/mmfind/mmfind.c
r126 r142 315 315 316 316 if(bIsMidi) 317 strncpy(chrDevice,"SEQUENCER", sizeof(chrDevice) );317 strncpy(chrDevice,"SEQUENCER", sizeof(chrDevice) - 1); 318 318 else 319 strncpy(chrDevice,"WAVEAUDIO", sizeof(chrDevice) );319 strncpy(chrDevice,"WAVEAUDIO", sizeof(chrDevice) - 1); 320 320 321 321 /* Start audio file */
Note:
See TracChangeset
for help on using the changeset viewer.