Fix build.
authorCarl Hetherington <carl@carlh.net>
Mon, 23 May 2011 22:18:57 +0000 (22:18 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 23 May 2011 22:18:57 +0000 (22:18 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9577 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/file_manager.cc

index 21f005cd4f1b131f2b412737d3319c2bc75ecf58..bc3daa354732b4e14bc59cf95ca6275e5afa0f83 100644 (file)
@@ -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);
 }