From 451a03d68a2a2b62753413a6bb06c0bbaa25fff7 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 May 2012 20:44:04 +0000 Subject: more 64bit VM debugging nonsense (svn in the fastest route between my system and the VM :) git-svn-id: svn://localhost/ardour2/branches/3.0@12368 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/audiographer/src/general/broadcast_info.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/audiographer/src') diff --git a/libs/audiographer/src/general/broadcast_info.cc b/libs/audiographer/src/general/broadcast_info.cc index 43e5008e52..a0c41ca70c 100644 --- a/libs/audiographer/src/general/broadcast_info.cc +++ b/libs/audiographer/src/general/broadcast_info.cc @@ -168,6 +168,7 @@ BroadcastInfo::write_to_file (std::string const & filename) bool BroadcastInfo::write_to_file (SNDFILE* sf) { + std::cerr << "AG set BWF as " << sizeof(*info) << std::endl; if (sf_command (sf, SFC_SET_BROADCAST_INFO, info, sizeof (*info)) != SF_TRUE) { update_error(); return false; -- cgit v1.2.3