From a049bc491843e9d934fbecbcd0059f21ee7fcbdb Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 27 May 2008 21:19:23 +0000 Subject: [PATCH] Fix missing space in error message. git-svn-id: https://svn.dealii.org/trunk@16238 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/path_search.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/path_search.h b/deal.II/base/include/base/path_search.h index c1ad9f4ed5..6d598a3a4c 100644 --- a/deal.II/base/include/base/path_search.h +++ b/deal.II/base/include/base/path_search.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2005, 2006, 2007 by the deal.II authors +// Copyright (C) 2005, 2006, 2007, 2008 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -230,7 +230,7 @@ class PathSearch DeclException2(ExcFileNotFound, std::string, std::string, << "The file \"" << arg1 - << "\"was not found in the path for files of class " + << "\" was not found in the path for files of class " << arg2); private: -- 2.39.5