Skip to content

Commit

Permalink
Fix a JLD __init__ problem
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Dec 3, 2014
1 parent 1c43ec7 commit df75bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JLD.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ function __init__()
_runtime_properties[1] = COMPACT_PROPERTIES

Base.rehash(_typedict, length(_typedict.keys))
Base.rehash(BUILTIN_TYPES.dict, length(BUILTIN_TYPES.dict.keys))

nothing
end
Expand Down

0 comments on commit df75bf9

Please sign in to comment.