fix recent session loading.
authorRobin Gareus <robin@gareus.org>
Thu, 10 Sep 2015 15:34:59 +0000 (17:34 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 10 Sep 2015 15:39:31 +0000 (17:39 +0200)
commit8d54a2472dcb8ebe83da5db7436b4bfdeb9a00c2
tree306120a4543794fcfb4f5b43619d2ca9d5fac130
parentb7fbd4e9c0a1c2ec13f70183cfaaa7ce13e231e8
fix recent session loading.

std::stringstream::operator<< calls strlen(), but the string in the
temp buffer may not [yet] be NULL terminated.
libs/ardour/recent_sessions.cc