diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2019-01-17 15:33:38 +0000 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-01-17 17:52:40 -0200 |
commit | 49ebe9b15876f3ce9a5f45cb53a16b6a788d65fd (patch) | |
tree | 2381cced9bc78d647ead72264f8c13c7a34caa30 /scripts/replay-dump.py | |
parent | 0cabc8f15e1be8b0f50f70699e9561b339d5c53f (diff) |
scripts/replay-dump.py: fix utf-8 mangling
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20190117153338.11820-1-alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'scripts/replay-dump.py')
-rwxr-xr-x | scripts/replay-dump.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/replay-dump.py b/scripts/replay-dump.py index 5ae77c8a92..ee7fda2638 100755 --- a/scripts/replay-dump.py +++ b/scripts/replay-dump.py @@ -3,7 +3,7 @@ # # Dump the contents of a recorded execution stream # -# Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org> +# Copyright (c) 2017 Alex Bennée <alex.bennee@linaro.org> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |