I believe there is an error in the example given at the end of the Sendmx man
page in the helpviewer. In function wrdata, shouldn’t the line:
if (Sendmx( pid, 2, 1, &mx, &mx) == -1)
read
if (Sendmx( pid, 2, 2, mx, mx) == -1)
I believe there is an error in the example given at the end of the Sendmx man
page in the helpviewer. In function wrdata, shouldn’t the line:
if (Sendmx( pid, 2, 1, &mx, &mx) == -1)
read
if (Sendmx( pid, 2, 2, mx, mx) == -1)
Dean Douthat <ddouthat@faac.com> wrote:
: I believe there is an error in the example given at the end of the Sendmx man
: page in the helpviewer. In function wrdata, shouldn’t the line:
: if (Sendmx( pid, 2, 1, &mx, &mx) == -1)
: read
: if (Sendmx( pid, 2, 2, mx, mx) == -1)