Update of /cvsroot/alsa/alsa-kernel/core/seq
In directory sc8-pr-cvs1:/tmp/cvs-serv4709/core/seq
Modified Files:
seq_midi.c
Log Message:
fixed the compile warnings.
Index: seq_midi.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/seq/seq_midi.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- seq_midi.c 25 Feb 2003 15:43:13 -0000 1.12
+++ seq_midi.c 27 Feb 2003 11:10:36 -0000 1.13
@@ -282,7 +282,7 @@
memset(&cinfo, 0, sizeof(cinfo));
cinfo.client = client->seq_client;
cinfo.type = KERNEL_CLIENT;
- name = rmidi->name[0] ? rmidi->name : "External MIDI";
+ name = rmidi->name[0] ? (const char *)rmidi->name : "External MIDI";
snprintf(cinfo.name, sizeof(cinfo.name), "Rawmidi %d - %s", card->number,
name);
return snd_seq_kernel_client_ctl(client->seq_client,
SNDRV_SEQ_IOCTL_SET_CLIENT_INFO, &cinfo);
}
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog