diff options
author | Björn Gustavsson <[email protected]> | 2012-09-19 15:55:53 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2012-09-20 11:16:52 +0200 |
commit | 8029ee113841f08454d5e826a9af23a18c0f0186 (patch) | |
tree | 1b6ee1ccc84d95304f6f6bf92d9c8c12df6af424 /erl-build-tool-vars.sh | |
parent | a0c65862e8beaca2d2c0b9d6d13eca862641994c (diff) | |
download | otp-8029ee113841f08454d5e826a9af23a18c0f0186.tar.gz otp-8029ee113841f08454d5e826a9af23a18c0f0186.tar.bz2 otp-8029ee113841f08454d5e826a9af23a18c0f0186.zip |
ct_master_logs: Don't use io:format/3 with an empty variable list
It is bad practice to use an arbitrary string as a format
string for io:format(), since it could contain a '~' character
which could trigger a badarg exception. Therefore, replace all
io:format/3 calls that looks like:
io:format(Fd, String, [])
with:
io:put_chars(Fd, String)
Diffstat (limited to 'erl-build-tool-vars.sh')
0 files changed, 0 insertions, 0 deletions