Sign in
◑
Theme
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
f483a9f2ff654cfcc50eac66cc145dd2b35e7e33
/
.
/
modules
/
tinyxml2
/
11.0.0
/
patches
/
xmltest-runfiles.patch
blob: b405f9614da90229055e735ec0ec015975f1e274 [
file
]
---
xmltest
.
cpp
+++
xmltest
.
cpp
@@
-
11
,
2
+
11
,
3
@@
#include
<ctime>
+#
include
<filesystem>
@@
-
333
,
2
+
334
,
3
@@
+
std
::
filesystem
::
current_path
(
std
::
filesystem
::
path
(
argv
[
0
]).
parent_path
());
FILE
*
fp
=
fopen
(
"resources/dream.xml"
,
"r"
);