]> Pileus Git - ~andy/fetchmail/blobdiff - xalloca.c
Easy bug fixes for this round.
[~andy/fetchmail] / xalloca.c
index 2bb4e4eddefff5cfd79188afd959818bc6b2daa2..812b551418a59a7fd911702cb2cf605ac34165de 100644 (file)
--- 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);