diff options
author | Sverker Eriksson <[email protected]> | 2013-10-08 12:18:46 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2013-11-18 20:19:51 +0100 |
commit | 7f17d16335231b4bedd9d2cdd7507ab88a5bf021 (patch) | |
tree | 81c394450d2b59fc206c582711632f0e3b41bf23 /erts/emulator/beam/erl_debug.c | |
parent | 9f1f0bff7f98d62f8406e5ecd76f6eb7c1a66ff3 (diff) | |
download | otp-7f17d16335231b4bedd9d2cdd7507ab88a5bf021.tar.gz otp-7f17d16335231b4bedd9d2cdd7507ab88a5bf021.tar.bz2 otp-7f17d16335231b4bedd9d2cdd7507ab88a5bf021.zip |
trapping binary_to_term passing binary_SUITE
Diffstat (limited to 'erts/emulator/beam/erl_debug.c')
-rw-r--r-- | erts/emulator/beam/erl_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_debug.c b/erts/emulator/beam/erl_debug.c index dc79d45be7..873a9860da 100644 --- a/erts/emulator/beam/erl_debug.c +++ b/erts/emulator/beam/erl_debug.c @@ -1,7 +1,7 @@ /* * %CopyrightBegin% * - * Copyright Ericsson AB 1998-2012. All Rights Reserved. + * Copyright Ericsson AB 1998-2013. All Rights Reserved. * * The contents of this file are subject to the Erlang Public License, * Version 1.1, (the "License"); you may not use this file except in |