]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Replace gets(3) with fgets(3) in my-basic
authorTravis Cross <tc@traviscross.com>
Sat, 5 Apr 2014 04:45:30 +0000 (04:45 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 5 Apr 2014 04:45:30 +0000 (04:45 +0000)
commit32c03b39d9844ebeb852de2f47a9769530efe70b
tree456e8c859423896742765fdf3d430624fe017359
parent03b08e778e5c23a7a83eaccce580e90c331afd59
Replace gets(3) with fgets(3) in my-basic

gets(3) is going away; it's been removed by C11, and gcc now warns on
it, breaking the build.
src/mod/languages/mod_basic/my_basic.c