]> wimlib.net Git - wimlib/blobdiff - programs/imagex.c
imagex.c: Fix string literal used in oom path only
[wimlib] / programs / imagex.c
index 628205a080f465084e0171b82e8faa7d79d9c90e..54fc4cf2d93430547b380b45e6a816484fae5467 100644 (file)
@@ -1955,7 +1955,7 @@ imagex_capture_or_append(int argc, tchar **argv, int cmd)
                base_wims = calloc(base_wimfiles.num_strings,
                                   sizeof(base_wims[0]));
                if (base_wims == NULL) {
-                       imagex_error("Out of memory!");
+                       imagex_error(T("Out of memory!"));
                        ret = -1;
                        goto out_free_wim;
                }