bit vector is now implemented
diff --git a/Demo/sgi/sv/burstcapt.py b/Demo/sgi/sv/burstcapt.py
index 922576c..ce1e579 100755
--- a/Demo/sgi/sv/burstcapt.py
+++ b/Demo/sgi/sv/burstcapt.py
@@ -14,8 +14,8 @@
 
 	go = raw_input('Press return to capture ' + `queuesize` + ' frames: ')
 	result = v.CaptureBurst(svci)
-##	svci, buffer, bitvec = result # XXX Bit vector not yet implemented
-	svci, buffer = result
+	svci, buffer, bitvec = result
+##	svci, buffer = result # XXX If bit vector not yet implemented
 
 	print 'Captured', svci[3], 'frames, i.e.', len(buffer)/1024, 'K bytes'