summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-06-02 12:27:39 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-06-02 12:27:39 -0400
commitec991ae0476169e786430d3a7c076ca40de70f88 (patch)
tree42402ae07a9133e7300ad3ac2e6aacc65122ca38 /libs
parent25797d86181feed9c205798f0e515c5fd3cb6981 (diff)
expand comment
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/session_state.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index 8bcd892f4d..f11ba77a2a 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -3677,7 +3677,10 @@ Session::rename (const std::string& new_name)
*/
/* Windows requires that we close all files before attempting the
- * rename
+ * rename. This works on other platforms, but isn't necessary there.
+ * Leave it in place for all platforms though, since it may help
+ * catch issues that could arise if the way Source files work ever
+ * change (since most developers are not using Windows).
*/
for (SourceMap::const_iterator i = sources.begin(); i != sources.end(); ++i) {