mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
expand comment
This commit is contained in:
parent
25797d8618
commit
ec991ae047
1 changed files with 4 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue