mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-08 04:47:12 +00:00
Merge commit 'aa7fdd6624645d152c498372b600d5a309293be4' into main
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user