sonos

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 21301baf45df7d7868615461b6bcd67857dc412b
parent d0f1188775e47c906acfd34a40a655ab222c971a
Author: Brian Swetland <swetland@frotz.net>
Date:   Sun, 24 Jul 2011 20:49:42 -0700

Sonos.java: reset SonosItem between callbacks to avoid stale data

Signed-off-by: Brian Swetland <swetland@frotz.net>

Diffstat:
Mnet/frotz/sonos/Sonos.java | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/net/frotz/sonos/Sonos.java b/net/frotz/sonos/Sonos.java @@ -189,6 +189,7 @@ public class Sonos { while (result.more()) { String thing; n++; + item.reset(); item.idURI = result.getAttr("id").copy(); try { result.open("item");