X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=programs%2Fimagex.c;h=54fc4cf2d93430547b380b45e6a816484fae5467;hb=efe0c3f69a5d3c7c226a66c004b5bf6ef8a02d11;hp=628205a080f465084e0171b82e8faa7d79d9c90e;hpb=7da3252cecc5f8fd25672d3f5ffd3d16d4d7b675;p=wimlib diff --git a/programs/imagex.c b/programs/imagex.c index 628205a0..54fc4cf2 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -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; }