From ca39f5ae7631e3bedf6114f7ebe7dfa2a8579f76 Mon Sep 17 00:00:00 2001 From: alfredoport Date: Fri, 24 Oct 2008 22:25:33 +0000 Subject: Use oa_getenv function. --- src/etc/asq.c.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc/asq.c.pamphlet') diff --git a/src/etc/asq.c.pamphlet b/src/etc/asq.c.pamphlet index f47acf6c..19277b5c 100644 --- a/src/etc/asq.c.pamphlet +++ b/src/etc/asq.c.pamphlet @@ -1463,7 +1463,7 @@ int isspace(int c); int i; /* a temporary */ char proparg[256]; /* a temporary */ /* echoargs(argc, argv);*/ - AXIOM=(char *)getenv("AXIOM"); + AXIOM=oa_getenv("AXIOM"); if (AXIOM == NULL) printf("AXIOM shell variable has no value. using current directory\n"); -- cgit v1.2.3