X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fmount_image.c;h=bd1a7d54bc5aee6660905ef3be4fa24407380ecf;hb=8a3ba2dade2f96c9fcb7e24834b0e882b6e45e97;hp=a05a822d10d78d0f2dc92b94076acdba5d7a36b4;hpb=7533ac106a7e642b0a49d7733be4eeaf9763bd03;p=wimlib diff --git a/src/mount_image.c b/src/mount_image.c index a05a822d..bd1a7d54 100644 --- a/src/mount_image.c +++ b/src/mount_image.c @@ -848,12 +848,9 @@ static int set_message_queue_names(struct wimfs_context *ctx, return WIMLIB_ERR_NOTDIR; } - p = dir_path; - while (*p) { + for (p = dir_path; *p; p++) if (*p == '/') *p = 0xff; - p++; - } ctx->unmount_to_daemon_mq_name = strcat_dup(u2d_prefix, dir_path, NAME_MAX);