]> Kevux Git Server - fll/commit
Bugfix: Replace index() with strchr().
authorKevin Day <Kevin@kevux.org>
Wed, 4 Sep 2024 03:21:15 +0000 (22:21 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 4 Sep 2024 03:21:15 +0000 (22:21 -0500)
commit62f6afa3ab6229677f842ff4826342b310a63a8a
tree5988b4f4b6324eb19314f6739062021d0591b338
parent5c297fd92b752e39fa0af557d1348774a4616f95
Bugfix: Replace index() with strchr().

The `index()` function is deprecated.
Use the `strchr()` function instead.
level_0/f_environment/c/environment.c