From 45bcf00ee95d474f989d5594da378116d63702be Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 8 Nov 2001 16:53:54 +0000 Subject: Easy bug fixes for this round. svn path=/trunk/; revision=3543 --- xalloca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xalloca.c') 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); -- cgit v1.2.3