pkgsrc-ng/devel/xsd/patches/patch-xsd-3.2.0-2_xsd_cxx_elements.cxx
2013-09-26 17:14:40 +02:00

14 lines
411 B
C++

$NetBSD: patch-xsd-3.2.0-2_xsd_cxx_elements.cxx,v 1.1 2013/03/24 16:58:29 joerg Exp $
--- xsd-3.2.0-2/xsd/cxx/elements.cxx.orig 2013-03-23 19:59:02.000000000 +0000
+++ xsd-3.2.0-2/xsd/cxx/elements.cxx
@@ -208,7 +208,7 @@ namespace CXX
}
catch (SemanticGraph::InvalidPath const&)
{
- pair = path.native_file_string ();
+ pair = path.string ();
}
}