Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 88d7eb00 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

location: Fix building under 64bit

Don't assume sizeof(*) == sizeof(int)

Change-Id: I6b637d6b12784cf29d6774f26e9db84d7a1b0f44
parent 8befa939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -660,7 +660,7 @@ static void android_location_GpsLocationProvider_agps_set_reference_location_cel
#ifdef AGPS_USE_PSC
            location.u.cellID.psc = psc;
#else
            (void *)psc;
            psc = psc;
#endif
            location.u.cellID.cid = cid;
            break;