This commit is contained in:
Christoph J. Scherr 2023-04-16 17:44:39 +02:00
commit 19b960cfa4
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ I have spent some time building a CMakeLists.txt. You can compile all source cod
### Note: ### Note:
`scanf()` is not inherently unsafe, but must be handled very careful and isn't recommended by most, so i have `scanf()` is not inherently unsafe, but must be handled very careful and isn't recommended by most, so i have
chosen to classify it as unsafe. If you know exactly what you are doing using `scanf()` seems to be acceptable. chosen to classify it as unsafe. If you know exactly what you are doing, using `scanf()` seems to be acceptable.
I consider the use of `scanf()` to be bad practice. I consider the use of `scanf()` to be bad practice.
# Mirrored # Mirrored