From 0eedb7f86609c0d9ec9ecc7a0b77fa949d158937 Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Thu, 5 Jan 2017 10:06:17 +1000 Subject: Add missing function call in error message when compiling for windows --- libs/ardour/globals.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc index 6ff46651e6..fb496b5c74 100644 --- a/libs/ardour/globals.cc +++ b/libs/ardour/globals.cc @@ -284,7 +284,7 @@ lotsa_files_please () if (newmax > 0) { info << string_compose (_("Your system is configured to limit %1 to only %2 open files"), PROGRAM_NAME, newmax) << endmsg; } else { - error << string_compose (_("Could not set system open files limit. Current limit is %1 open files"), _getmaxstdio) << endmsg; + error << string_compose (_("Could not set system open files limit. Current limit is %1 open files"), _getmaxstdio()) << endmsg; } #endif } -- cgit v1.2.3