diff options
author | Siri Hansen <[email protected]> | 2017-06-22 11:00:56 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-07-07 12:01:52 +0200 |
commit | 1d2de844e3dfeb3ced908b6d4b177ac9d15d6f4b (patch) | |
tree | 3364fa8937385889e8fa756fda78fa3cca7c98bb /lib/reltool/src/reltool.hrl | |
parent | 040bdce67f88d833bfb59adae130a4ffb4c180f0 (diff) | |
download | otp-1d2de844e3dfeb3ced908b6d4b177ac9d15d6f4b.tar.gz otp-1d2de844e3dfeb3ced908b6d4b177ac9d15d6f4b.tar.bz2 otp-1d2de844e3dfeb3ced908b6d4b177ac9d15d6f4b.zip |
[reltool] Improve handling of unicode strings and atoms
Diffstat (limited to 'lib/reltool/src/reltool.hrl')
-rw-r--r-- | lib/reltool/src/reltool.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/src/reltool.hrl b/lib/reltool/src/reltool.hrl index 8b4898570b..9c8aae6b7e 100644 --- a/lib/reltool/src/reltool.hrl +++ b/lib/reltool/src/reltool.hrl @@ -119,7 +119,7 @@ | {archive, base_file(), [archive_opt()], [target_spec()]} | {copy_file, base_file()} | {copy_file, base_file(), top_file()} - | {write_file, base_file(), iolist()} + | {write_file, base_file(), binary()} | {strip_beam_file, base_file()}. -type target_dir() :: dir(). -type incl_defaults() :: boolean(). |