mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
14 lines
411 B
C++
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 ();
|
|
}
|
|
}
|
|
|