OSDN Git Service

tools: Fix mpris-player creating busname starting with digit
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 31 Jan 2013 15:33:55 +0000 (09:33 -0600)
committerJohan Hedberg <johan.hedberg@intel.com>
Thu, 31 Jan 2013 20:41:11 +0000 (14:41 -0600)
commitc8cc30465d7322c662f1928dbc681bcdaa97a3ab
treebde99a185b1c69341e725a84594eabda898cc1e8
parent6777744886e86fc7e0b7890334bfc90eb14f13cc
tools: Fix mpris-player creating busname starting with digit

D-Bus does not allow a bus name starting with digits after . so the code
now prefix with bt_ if the device name starts with a digit.
tools/mpris-player.c