commit | 099bc262f862cdeb547cf8a78fe9e0e92560f437 | [log] [tgz] |
---|---|---|
author | Tim Murray <[email protected]> | Wed Mar 20 16:54:03 2013 -0700 |
committer | Tim Murray <[email protected]> | Wed Mar 20 16:58:32 2013 -0700 |
tree | 53ce151f307ea059e2677e014ae402106e98e4ce | |
parent | 962e720b3d1c27bcfec90374ff393584b99577b3 [diff] [blame] |
Start making RS 64-bit clean. Change-Id: Ie40ad9a1d2b59094c86eb7e40b358e60120ce213
diff --git a/rsScript.cpp b/rsScript.cpp index f23d107..4b2765a 100644 --- a/rsScript.cpp +++ b/rsScript.cpp
@@ -199,7 +199,7 @@ s->setVarObj(slot, o); } -void rsi_ScriptSetVarJ(Context *rsc, RsScript vs, uint32_t slot, long long value) { +void rsi_ScriptSetVarJ(Context *rsc, RsScript vs, uint32_t slot, int64_t value) { Script *s = static_cast<Script *>(vs); s->setVar(slot, &value, sizeof(value)); }