Lode Willems 59d572ef61 getenv: Move call to strlen to the branch it's used in.
The len variable is only used in the else branch.
We don't need the call to strlen if the name is 0 or 1 characters long.

2019-10-02  Lode Willems  <Lode.Willems@UGent.be>

	* tdlib/getenv.c: Move the call to strlen into the branch it's used.
2020-12-18 12:02:28 +05:30
..
2016-10-25 17:05:47 -02:00
2014-12-29 23:14:38 -05:00
2016-10-25 17:05:47 -02:00