
25 Feb
2009
25 Feb
'09
6:01 p.m.
On Wednesday 25 February 2009 07:40:45 Heiko Schocher wrote:
+/*
- This variable is incremented on each do_setenv (), so it can
- be used as an indication, if the environment has changed or not.
- So it is possible to reread an environment variable only if the
- environment was changed ... done so for example in NetInitLoop()
- */
i would tweak it to say "... it can be used via get_env_id() as an ..."
- return 0;
- return;
}
a return at the end of a function is pointless imo. just delete it. -mike