X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fplaylist.cc;h=6d6a07da95f085bfe983877cb2700f8efdd684fd;hb=ffdf5ada616d285fafb58f45c2e3d37b212a328a;hp=7a87033a56351e7f880914e557e489ac74683a28;hpb=5ad68cf2c5a7df68b7cc3a3d5a4f76f03a54c32e;p=ardour.git diff --git a/libs/ardour/playlist.cc b/libs/ardour/playlist.cc index 7a87033a56..6d6a07da95 100644 --- a/libs/ardour/playlist.cc +++ b/libs/ardour/playlist.cc @@ -1420,7 +1420,7 @@ Playlist::state (bool full_state) node->add_property (X_("name"), _name); - _orig_diskstream_id.print (buf); + _orig_diskstream_id.print (buf, sizeof (buf)); node->add_property (X_("orig_diskstream_id"), buf); node->add_property (X_("frozen"), _frozen ? "yes" : "no");