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

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