Skip to content

Commit

Permalink
GH-18 Commit f51f831 concerning SETJMP() missed p4Repl() change.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirWumpus committed Aug 18, 2024
1 parent 11590df commit a6b7ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jni/Post4.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Java_post4_jni_Post4_repl(JNIEnv *env, jobject self)
{
P4_Ctx *ctx = getCtx(env, self);
ctx->jenv = env;
return p4Repl(ctx);
return p4Repl(ctx, P4_THROW_OK);
}

JNIEXPORT jobject JNICALL
Expand Down

0 comments on commit a6b7ada

Please sign in to comment.