Rename sig variable to signature in BarApp
This commit is contained in:
@@ -433,13 +433,13 @@ TBarApp::MessageReceived(BMessage* message)
|
|||||||
uint32 flags = 0;
|
uint32 flags = 0;
|
||||||
message->FindInt32("be:flags", (int32*)&flags);
|
message->FindInt32("be:flags", (int32*)&flags);
|
||||||
|
|
||||||
const char* sig = NULL;
|
const char* signature = NULL;
|
||||||
message->FindString("be:signature", &sig);
|
message->FindString("be:signature", &signature);
|
||||||
|
|
||||||
entry_ref ref;
|
entry_ref ref;
|
||||||
message->FindRef("be:ref", &ref);
|
message->FindRef("be:ref", &ref);
|
||||||
|
|
||||||
AddTeam(team, flags, sig, &ref);
|
AddTeam(team, flags, signature, &ref);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user