From edfc4e8563549630c2e15465f949c209c3eacf4f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 May 2011 22:18:57 +0000 Subject: [PATCH] Fix build. git-svn-id: svn://localhost/ardour2/branches/3.0@9577 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/pbd/file_manager.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pbd/file_manager.cc b/libs/pbd/file_manager.cc index 21f005cd4f..bc3daa3547 100644 --- a/libs/pbd/file_manager.cc +++ b/libs/pbd/file_manager.cc @@ -201,7 +201,7 @@ FileDescriptor::release () FdFileDescriptor::FdFileDescriptor (string const & file_name, bool writeable, mode_t mode) : FileDescriptor (file_name, writeable) , _fd (-1) - , _mode (m) + , _mode (mode) { manager()->add (this); }