Skip to content

Commit 0d24ad6

Browse files
authored
Merge pull request #95 from musm/musm-patch-1
Update make_docs.jl deprecated takebuf_string
2 parents 2bf65b2 + 43f8019 commit 0d24ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

REQUIRE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
julia 0.4
2-
Compat 0.7.19
2+
Compat 0.9.5

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)