From b4cc2892389e6354ebce1c29371b8d9852ebe742 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 7 Oct 2008 01:57:24 +0000 Subject: [PATCH] System: fix typo that is apparent cause of Mac OS X compile failures [SVN r49157] --- src/error_code.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error_code.cpp b/src/error_code.cpp index fa36dc9..0124665 100644 --- a/src/error_code.cpp +++ b/src/error_code.cpp @@ -126,7 +126,7 @@ namespace return std::string( "ENOMEM" ); } } - std::string msg(); + std::string msg; try { msg = ( ( result == invalid_argument ) ? "Unknown error" : bp );