mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
conf: eliminate an unnecessary narrowing conversion
This commit is contained in:
parent
56a6f94732
commit
adb02119b7
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@
|
||||||
PW_LOG_TOPIC_EXTERN(log_conf);
|
PW_LOG_TOPIC_EXTERN(log_conf);
|
||||||
#define PW_LOG_TOPIC_DEFAULT log_conf
|
#define PW_LOG_TOPIC_DEFAULT log_conf
|
||||||
|
|
||||||
static int make_path(char *path, int size, const char *paths[])
|
static int make_path(char *path, size_t size, const char *paths[])
|
||||||
{
|
{
|
||||||
int i, len;
|
int i, len;
|
||||||
char *p = path;
|
char *p = path;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue