From dee9ca6829885e9e49708a2271d3f6bec0ab2171 Mon Sep 17 00:00:00 2001 From: Lars Date: Mon, 4 Aug 2014 01:31:42 +0200 Subject: [PATCH] es compiliert, aber failed immernoch. :-( was ist da los??? --- test/basicpp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/basicpp.cpp b/test/basicpp.cpp index d82610e3..3b8b77f7 100644 --- a/test/basicpp.cpp +++ b/test/basicpp.cpp @@ -8,7 +8,7 @@ using namespace std; int main(int argc, char *argv[]) { // Open a new meshlink instance. - meshlink::mesh *mesh = meshlink::open("basicpp_conf", "foo"); + meshlink::mesh *mesh = meshlink::open("basicpp_conf", "foo"); if(!mesh) { cerr << "Could not initialize configuration for foo\n"; return 1; @@ -48,7 +48,7 @@ int main(int argc, char *argv[]) { // Check that the name is ignored now, and that we still are "foo". - mesh = meshlink::open("basic_conf", "bar"); + mesh = meshlink::open("basic_conf", "bar"); if(!mesh) { cerr << "Could not open configuration for foo a second time\n"; return 1; -- 2.39.2