Update apt.c

This commit is contained in:
suloku 2015-10-01 19:01:31 +02:00
parent 76e3cb0721
commit b6817008ac

View File

@ -848,7 +848,6 @@ Result APT_GetProgramID(Handle* handle, u64* pProgramID)
if(pProgramID) if(pProgramID)
{ {
*pProgramID = 0;
if(ret==0) *pProgramID=((u64)cmdbuf[3]<<32)|cmdbuf[2]; if(ret==0) *pProgramID=((u64)cmdbuf[3]<<32)|cmdbuf[2];
} }