https://issues.dlang.org/show_bug.cgi?id=13584

Kenji Hara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal

--- Comment #1 from Kenji Hara <[email protected]> ---
The test case is incomplete. In here

        err = Pa_OpenStream (&stream,
            cast(const(PaStreamParameters*))&inputP,
            cast(const(PaStreamParameters*))null,
            44100.0,
            paFramesPerBufferUnspecified.to!uint,
            paClipOff,
            &record,
            cast(void*)data.ptr
        );

the 'record' is unknown identifier, so I cannot see what's the problem.

Downgrade importance to normal.

--

Reply via email to