Re: [AD] Midi input driver |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
At 11:09 PM 2/08/2004, you wrote:
On Monday 02 August 2004 14:58, aj wrote:
> i am *very* experienced in the win32 midi input system.
> i am NOT experienced in the allegro midi system.
>
> but i can review your patches, if you need a 2nd opinion.
Please do.
line 67 of the patch..
66:+ driver->ascii_name = malloc(strlen(caps_in.szPname)+1);
67:+ strcpy((char*)driver->ascii_name, caps.szPname);
i think the caps. should be caps_in.
aj.