]> wimlib.net Git - wimlib/blobdiff - src/header.c
wimlib: Automatically try to acquire needed privileges on Windows
[wimlib] / src / header.c
index 73e0becaa8b2b29215b46c41053f6e0eb6c88fa1..906d8e75cddebe5defa188ee3bba1855f82b5d6d 100644 (file)
@@ -141,7 +141,7 @@ read_wim_header(const tchar *filename, struct filedes *in_fd,
 
        if (!filename) {
                pipe_str = alloca(40);
-               tsprintf(pipe_str, "[fd %d]", in_fd->fd);
+               tsprintf(pipe_str, T("[fd %d]"), in_fd->fd);
                filename = pipe_str;
        }