X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=f1a717a8b5092156679025f2ea9f0b461f737784;hb=69f60d21c627ad2fcae6d25fecf91e639c6ded33;hp=2417a7d255ffb1445e12ec9e24ba2b5a29900e1d;hpb=d7c23421dddd4dcfbdfd329299816fa7d020eeb8;p=lttng-tools.git diff --git a/src/common/utils.c b/src/common/utils.c index 2417a7d25..f1a717a8b 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -107,7 +107,7 @@ char *utils_partial_realpath(const char *path, char *resolved_path, size_t size) } /* Try to resolve this part */ - try_path = realpath((char *)cut_path, try_path_buf); + try_path = realpath((char *) cut_path, try_path_buf); if (try_path == NULL) { free(try_path_buf); /*