Skip to content

Commit 8ec75cc

Browse files
committed
fix RefValue
1 parent 44d6daa commit 8ec75cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plots/src/backends/gaston.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ function gaston_fix_ticks_overflow(ticks::AbstractVector)
561561
if eltype(ticks) <: Integer
562562
of = if isdefined(Gaston, :GNUPLOT_VERSION)
563563
# toggle Int32 - Int64 for older gnuplot version
564-
typemax(Gaston.GNUPLOT_VERSION v"5.4.0" ? Int64 : Int32)
564+
typemax(Gaston.GNUPLOT_VERSION[] v"5.4.0" ? Int64 : Int32)
565565
else
566566
typemax(Int32)
567567
end

0 commit comments

Comments
 (0)