Merge commit 'aa7fdd6624645d152c498372b600d5a309293be4' into main

This commit is contained in:
Sam Lantinga 2023-01-10 10:18:40 -08:00
commit def4d03c3f
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ class SDL_BApp : public BApplication
virtual void RefsReceived(BMessage *message)
{
char filePath[512];
entry_ref entryRef;
for (int32 i = 0; message->FindRef("refs", i, &entryRef) == B_OK; i++) {
BPath referencePath = BPath(&entryRef);