Update apt.c
This commit is contained in:
parent
76e3cb0721
commit
b6817008ac
@ -848,7 +848,6 @@ Result APT_GetProgramID(Handle* handle, u64* pProgramID)
|
||||
|
||||
if(pProgramID)
|
||||
{
|
||||
*pProgramID = 0;
|
||||
if(ret==0) *pProgramID=((u64)cmdbuf[3]<<32)|cmdbuf[2];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user