diff options
| author | Michael Biebl <biebl@debian.org> | 2025-08-01 19:15:13 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2025-08-01 19:15:13 +0200 |
| commit | 7e9091a5960f67a84787c03153324915220e4816 (patch) | |
| tree | dc743de962532932ebc3b4ed3a36ddd093d97d68 /src/libnm-log-core | |
| parent | 582eb4472a0f3375042afb9026cbeb50e058a27d (diff) | |
New upstream version 1.54.0 upstream/1.54.0
Diffstat (limited to 'src/libnm-log-core')
| -rw-r--r-- | src/libnm-log-core/nm-logging.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-log-core/nm-logging.c b/src/libnm-log-core/nm-logging.c index a2bd2a27..019bcf09 100644 --- a/src/libnm-log-core/nm-logging.c +++ b/src/libnm-log-core/nm-logging.c @@ -641,7 +641,7 @@ _nm_printf(3, 4) static void _iovec_set_format(struct iovec *iov, { \ const char *_str_arg = (str_arg); \ \ - nm_assert(_str_arg &&strlen(_str_arg) < (max_str_len)); \ + nm_assert(_str_arg && strlen(_str_arg) < (max_str_len)); \ _iovec_set_format_a((iov), (max_str_len), format, str_arg); \ } \ G_STMT_END |