aboutsummaryrefslogtreecommitdiffstats
path: root/xalloca.c
diff options
context:
space:
mode:
Diffstat (limited to 'xalloca.c')
-rw-r--r--xalloca.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xalloca.c b/xalloca.c
index 2bb4e4ed..812b5514 100644
--- a/xalloca.c
+++ b/xalloca.c
@@ -41,7 +41,7 @@ int n;
p = (XALLOCATYPE *) alloca(n);
if (p == (XALLOCATYPE *) 0)
{
- report(stderr, "alloca failed\n");
+ report(stderr, GT_("alloca failed\n"));
exit(PS_UNDEFINED);
}
return(p);