git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25847
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
::AECountItems(&navReply.selection , &count);
for (long i = 1; i <= count; ++i)
{
::AECountItems(&navReply.selection , &count);
for (long i = 1; i <= count; ++i)
{
- err = ::AEGetNthPtr(&(navReply.selection), 1, typeFSRef, &theKeyword, &actualType,
+ err = ::AEGetNthPtr(&(navReply.selection), i, typeFSRef, &theKeyword, &actualType,
&theFSRef, sizeof(theFSRef), &actualSize);
if (err != noErr)
break;
&theFSRef, sizeof(theFSRef), &actualSize);
if (err != noErr)
break;
::AECountItems(&navReply.selection , &count);
for (long i = 1; i <= count; ++i)
{
::AECountItems(&navReply.selection , &count);
for (long i = 1; i <= count; ++i)
{
- err = ::AEGetNthPtr(&(navReply.selection), 1, typeFSRef, &theKeyword, &actualType,
+ err = ::AEGetNthPtr(&(navReply.selection), i, typeFSRef, &theKeyword, &actualType,
&theFSRef, sizeof(theFSRef), &actualSize);
if (err != noErr)
break;
&theFSRef, sizeof(theFSRef), &actualSize);
if (err != noErr)
break;