aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2017-09-21 12:42:43 +0200
committerSiri Hansen <[email protected]>2017-09-21 12:42:43 +0200
commitc9e444ff6bf5f3cda8f2503e35a0ac5f9a8b1a45 (patch)
tree4890a61a2537b29354b4698e3be963d0314049fc /lib
parent835f082a5e8ec070a41ee281c773504656425b0e (diff)
parent21f4873bd45d7bc850f91dfb7d0b0d388c0caaef (diff)
downloadotp-c9e444ff6bf5f3cda8f2503e35a0ac5f9a8b1a45.tar.gz
otp-c9e444ff6bf5f3cda8f2503e35a0ac5f9a8b1a45.tar.bz2
otp-c9e444ff6bf5f3cda8f2503e35a0ac5f9a8b1a45.zip
Merge branch 'siri/observer/dont-use-old-string-api'
* siri/observer/dont-use-old-string-api: [cdv] Don't use old string API
Diffstat (limited to 'lib')
-rw-r--r--lib/observer/src/crashdump_viewer.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/observer/src/crashdump_viewer.erl b/lib/observer/src/crashdump_viewer.erl
index e3c80b2400..51ff69fd69 100644
--- a/lib/observer/src/crashdump_viewer.erl
+++ b/lib/observer/src/crashdump_viewer.erl
@@ -800,7 +800,7 @@ do_read_file(File) ->
insert_index(Tag,Id,N1+1),
put_last_tag(Tag,""),
DumpVsn = [list_to_integer(L) ||
- L<-string:tokens(Id,".")],
+ L<-string:lexemes(Id,".")],
AddrAdj = get_bin_addr_adj(DumpVsn),
indexify(Fd,AddrAdj,Rest,N1),
end_progress(),