# HG changeset patch # User Matti Hamalainen # Date 1613552990 -7200 # Node ID 96a659f66be99ef1968bb60654eb223142e46065 # Parent aa317575410d17ad27b0567c47c690cfd19318fe quotedb: Use splitx instead of split. diff -r aa317575410d -r 96a659f66be9 quotedb.tcl --- a/quotedb.tcl Wed Feb 17 11:05:20 2021 +0200 +++ b/quotedb.tcl Wed Feb 17 11:09:50 2021 +0200 @@ -395,7 +395,7 @@ ### Parse the given command qdb_log "${unick}/${uhand}/${uchan} searched ${utable}: ${utext}" - set ftokens [split $utext " "] + set ftokens [::textutil::split::splitx $utext {\s+}] set fpatlist {} foreach ftoken $ftokens { set fprefix [string range $ftoken 0 0]