Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
bazel-central-registry
/
3235471db6826278481eeffb9a343c49e4f2df59
/
.
/
modules
/
pkg-config
/
0.29.2
/
patches
/
deprecation_warnings.patch
blob: 7dffbf5049b63ddb887d0bb64c226a2927cb19d0 [
file
] [
log
] [
blame
]
---
parse
.
c
+++
parse
.
c
@@
-
1111
,
7
+
1111
,
7
@@
parse_package_file
(
const
char
*
key
,
const
char
*
path
,
if
(
path
)
{
-
pkg
->
pcfiledir
=
g_dirname
(
path
);
+
pkg
->
pcfiledir
=
g_path_get_dirname
(
path
);
}
else
{