summaryrefslogtreecommitdiff
path: root/sofort
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-04-03 03:29:32 +0000
committermidipix <writeonce@midipix.org>2024-04-03 03:47:18 +0000
commit7738652499080a49b5747d4d77ddae3962458714 (patch)
tree400b8fa3f9ff9ad1930af57f1093d3c2d0d63d35 /sofort
parentafbc5aa7974d5fcb6efbd18cc2ec8ffe47364a77 (diff)
downloadbautomake-7738652499080a49b5747d4d77ddae3962458714.tar.bz2
bautomake-7738652499080a49b5747d4d77ddae3962458714.tar.xz
build system: cfgtest.sh: properly cast the probed interface's address.
Diffstat (limited to 'sofort')
-rw-r--r--sofort/cfgtest/cfgtest.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sofort/cfgtest/cfgtest.sh b/sofort/cfgtest/cfgtest.sh
index 8e1db07..7bb27a0 100644
--- a/sofort/cfgtest/cfgtest.sh
+++ b/sofort/cfgtest/cfgtest.sh
@@ -423,7 +423,7 @@ cfgtest_interface_presence()
# init
cfgtest_prolog 'interface' "${1}"
- cfgtest_code_snippet=$(printf 'void * addr = &%s;\n' "${1}")
+ cfgtest_code_snippet=$(printf 'void (*addr)() = (void (*)())&%s;\n' "${1}")
cfgtest_common_init