aboutsummaryrefslogtreecommitdiff
path: root/src/etc
diff options
context:
space:
mode:
authoralfredoport <doyenatccny@gmail.com>2008-10-24 22:25:33 +0000
committeralfredoport <doyenatccny@gmail.com>2008-10-24 22:25:33 +0000
commitca39f5ae7631e3bedf6114f7ebe7dfa2a8579f76 (patch)
tree41d84a37ba3c456cf2f005cfb392d1da1c2df443 /src/etc
parent3d4576ed847bfd84b3befaf7c5ae7ee62905ab2a (diff)
downloadopen-axiom-ca39f5ae7631e3bedf6114f7ebe7dfa2a8579f76.tar.gz
Use oa_getenv function.
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/asq.c.pamphlet2
1 files changed, 1 insertions, 1 deletions
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");