Skip to content

Commit b1051cc

Browse files
authored
Update make_docs.jl deprecated takebuf_string
1 parent 0dfa611 commit b1051cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make_docs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function loadsave2string(load_save_libraries)
3737
print(io, "loads with ", library2string(library), " on: ", os2string(os), " ")
3838
end
3939
end
40-
takebuf_string(io)
40+
String(take!(io))
4141
end
4242
function add_format{Sym}(::Type{DataFormat{Sym}}, magic, extension, io_libs...)
4343
println(fs, "| $(Sym) | $(extension2string(extension)) | $(loadsave2string(io_libs)) | $(magic2string(magic)) |")

0 commit comments

Comments
 (0)