7a005aa96b
This is a small optimization, it avoids reading the full file when an early key is requested. In the case of an *invalid* TOML file such as ``` K=80 K=81 ``` this stops the value of K actually returned being 8081 and makes it 80 instead; but as it's a malformed file it doesn't really matter much. |
||
---|---|---|
.. | ||
__init__.c | ||
__init__.h | ||
getenv.c |