Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Dec 19, 2017
1 parent b86f506 commit 4c9ea36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/julia/m8r.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ else
RSFROOT = nothing
end

#if Libdl.find_library("libdrsf") == ""
#push!(Libdl.DL_LOAD_PATH, joinpath(RSFROOT, "lib"))
#if Libdl.find_library("libdrsf") == ""
#throw("Cannot find C api. Make sure RSFROOT/lib is in LD_LIBRARY_PATH")
#end
#end

immutable File
tag::String
rsf::Ptr{UInt8}
Expand Down Expand Up @@ -386,7 +393,7 @@ Finally, one may write from a pipe to a file with:
limitation with other `rsf_write` methods by writing dummy files to dummy
pipes to "trick" Madagascar into switching file types.
In addition, do *not* try to write to a filer handle which has already been
In addition, do *not* try to write to a file handle which has already been
written to with `rsf_write`, as `rsf_write` closes the file. Doing so will
cause a segfault.
Expand Down

0 comments on commit 4c9ea36

Please sign in to comment.