aboutsummaryrefslogtreecommitdiff
path: root/mfd/prog.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-06-22 08:22:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-06-22 08:22:18 +0000
commitfb187ac0cf230d173bf184e8f64f5d5ec95bfe45 (patch)
tree3169481ec97dcc4771117974b2e7b85b2692e991 /mfd/prog.c
parentea5d13c2fb8aa92f299e37116623e3ef881c1296 (diff)
downloadmailfromd-fb187ac0cf230d173bf184e8f64f5d5ec95bfe45.tar.gz
mailfromd-fb187ac0cf230d173bf184e8f64f5d5ec95bfe45.tar.bz2
Minor fixes.
* doc/mailfromd.texi: Fix a typo. * mfd/prog.c: Fix comment. * gacopyz/server.c: Fix erroneous range checking condition. git-svn-id: file:///svnroot/mailfromd/trunk@1656 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'mfd/prog.c')
-rw-r--r--mfd/prog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mfd/prog.c b/mfd/prog.c
index 6b869320..91e2e28a 100644
--- a/mfd/prog.c
+++ b/mfd/prog.c
@@ -336,8 +336,8 @@ env_get_stream(eval_environ_t env)
/* A call to expand_dataseg (see below) invalidates any C variables that
- pointed to dataseg before the call. To avoid dereferencing invalid memory
- pointers, the addresses of such C variables are stored in env->auto_ptr
+ pointed to the dataseg before the call. To avoid dereferencing invalid
+ memory pointers, addresses of such C variables are stored in env->auto_ptr
using env_register_auto (it is done by get_string_arg). When
expand_dataseg is called, it calls env_fixup_autos and passes it the
offset of new dataseg from old one. env_fixup_autos adds this value to

Return to:

Send suggestions and report system problems to the System administrator.