<div dir="ltr">Ah fantastic, I think I must have grabbed the wrong copies of s7.c, I meant to try with the latest tarball and must have made a mistake copying between machines.<div><br></div><div>Thanks Bill, I'll try it out this afternoon and see how it goes.</div><div><br></div><div>iain</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, May 1, 2020 at 11:26 AM <<a href="mailto:bil@ccrma.stanford.edu">bil@ccrma.stanford.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Both of those problems were fixed in late February.<br>
The qsort line should be<br>
<br>
qsort_s(base, nmemb, size, sort_r_arg_swap, &tmp);<br>
<br>
and access should be<br>
<br>
if (_access(filename, 0) != -1)<br>
<br>
<br>
</blockquote></div>