Skip to content

Commit

Permalink
Wrong Printf version requirement printing
Browse files Browse the repository at this point in the history
  • Loading branch information
afxgroup committed Jan 28, 2025
1 parent 7362b7e commit 107cfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/crtbegin.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ clib4_start(char *args, int32 arglen, struct Library *sysbase) {
rc = iclib4->library_start(args, arglen, main, __CTOR_LIST__, __DTOR_LIST__);
}
else {
idos->Printf("This program requires clib4.library version %d.%d\n", VERSION, REVISION);
idos->Printf("This program requires clib4.library version %ld.%ld\n", VERSION, REVISION);
}
} else {
idos->Printf("Cannot open %s\n", VERS);
Expand Down

0 comments on commit 107cfed

Please sign in to comment.