mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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);
|
||||
#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;
|
||||
char *p = path;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue