mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-17 07:41:59 +00:00
Backport: Fix typo. Unlock lock, not name.
This commit is contained in:
@ -576,7 +576,7 @@ static BOOL HandleDrawer(STRPTR name, struct WorkbenchBase *WorkbenchBase)
|
||||
DisplayBeep(NULL);
|
||||
return FALSE;
|
||||
}
|
||||
UnLock(name);
|
||||
UnLock(lock);
|
||||
|
||||
if
|
||||
(
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
##begin config
|
||||
version 45.5
|
||||
version 45.6
|
||||
libbasetype struct WorkbenchBase
|
||||
residentpri -120
|
||||
options noexpunge
|
||||
|
||||
Reference in New Issue
Block a user