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

Commit bce4220c authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh
Browse files

Fix print format error.

Change-Id: I284c5e9c44f6dd56a7bb6ff93a1a86cc8f2deefa
parent 809a7645
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1867,7 +1867,7 @@ nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot,
               jintArray limits)
{
    if (kLogApi) {
        ALOGD("nScriptForEach, con(%p), s(%p), slot(%i) ains(%p) aout(%lli)", (RsContext)con, (void *)script, slot, ains, aout);
        ALOGD("nScriptForEach, con(%p), s(%p), slot(%i) ains(%p) aout(%" PRId64 ")", (RsContext)con, (void *)script, slot, ains, aout);
    }

    jint   in_len = 0;