diff options
Diffstat (limited to 'src/logic/linkcmd/slbt_linkcmd_executable.c')
-rw-r--r-- | src/logic/linkcmd/slbt_linkcmd_executable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logic/linkcmd/slbt_linkcmd_executable.c b/src/logic/linkcmd/slbt_linkcmd_executable.c index 56070f3..f8833a2 100644 --- a/src/logic/linkcmd/slbt_linkcmd_executable.c +++ b/src/logic/linkcmd/slbt_linkcmd_executable.c @@ -133,7 +133,7 @@ slbt_hidden int slbt_exec_link_create_executable( slbt_exec_set_fdwrapper(ectx,fdwrap); /* executable wrapper: header */ - verinfo = slbt_source_version(); + verinfo = slbt_api_source_version(); /* cwd, DL_PATH fixup */ if (slbt_util_realpath(fdcwd,".",O_DIRECTORY,cwd,sizeof(cwd))) |