aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--julia/CrystFEL/src/image.jl2
1 files changed, 1 insertions, 1 deletions
diff --git a/julia/CrystFEL/src/image.jl b/julia/CrystFEL/src/image.jl
index 5b443d05..e11b41c1 100644
--- a/julia/CrystFEL/src/image.jl
+++ b/julia/CrystFEL/src/image.jl
@@ -137,7 +137,7 @@ function Base.getproperty(image::Image, name::Symbol)
end
-strdup(str) = @ccall strdup(str::Cstring)::Cstring
+strdup(str) = @ccall libcrystfel.cfstrdup(str::Cstring)::Cstring
function assert_type(val, type)