mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
typo fix
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2492 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
dfa476334a
commit
cd24349f8e
1 changed files with 1 additions and 1 deletions
|
|
@ -902,7 +902,7 @@ Session::state(bool full_state)
|
|||
// store libardour version, just in case
|
||||
char buf[16];
|
||||
snprintf(buf, sizeof(buf)-1, "%d.%d.%d",
|
||||
libardour2_major_version, libardour2_minor_version, libardour2_micro_version);
|
||||
libardour_major_version, libardour_minor_version, libardour_micro_version);
|
||||
node->add_property("version", string(buf));
|
||||
|
||||
/* store configuration settings */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue