diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/README | 4 | ||||
-rw-r--r-- | system/doc/top/src/erl_html_tools.erl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/system/README b/system/README index 61277306f1..ed5c4ec8ce 100644 --- a/system/README +++ b/system/README @@ -1,7 +1,7 @@ -Erlang/OTP Januari 25, 2013 +Erlang/OTP September 13, 2013 -Release of Erlang 5.10/OTP R16 +Release of Erlang 5.10.3/OTP R16B02 1. GENERAL diff --git a/system/doc/top/src/erl_html_tools.erl b/system/doc/top/src/erl_html_tools.erl index 1e2b8c86af..73d131ec0b 100644 --- a/system/doc/top/src/erl_html_tools.erl +++ b/system/doc/top/src/erl_html_tools.erl @@ -655,7 +655,7 @@ sub_repl([[{St, L}] |Ss], Fun, Acc0, S, Pos) -> {string:substr(S, Pos+1, St-Pos) ++ Rep ++ Rs, NewAcc}; sub_repl([], _Fun, Acc, S, Pos) -> {string:substr(S, Pos+1), Acc}. - + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Error and warnings |