Skip to content

Commit

Permalink
Merge branch 'v3.x/staging' into v3.x/feature/qjsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Zeithaml authored Oct 8, 2024
2 parents 481bf7a + 4733904 commit 9b0cd62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/qjszos.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static JSValue zosDatasetInfo(JSContext *ctx, JSValueConst this_val,
if (trace){
printf("entrySet=0x%p\n",entrySet);
}
if (!entrySet){
if (!entrySet || entrySet->length == 0){
return JS_NULL;
}
char *resumeName = returnParms->resume_name;
Expand Down

0 comments on commit 9b0cd62

Please sign in to comment.