summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Hofmann <hofmann@flpsed.org>2020-11-12 08:55:49 +0100
committerJohannes Hofmann <hofmann@flpsed.org>2020-11-12 08:55:49 +0100
commit0087c49f0eb47223ddcc11364a12b484e23830ff (patch)
treee5d41f0e810ac2cc52285b8ea202fe7f57fd49dc /README.md
parent751890006285f10d7765f64ac473f8534ffe60f8 (diff)
replace strncpy, stncat with strcpy, strcat to avoid compile warningHEADmaster
gcc warns "specified bound depends on the length of the source argument". As the buffer has been allocated specifcally to hold src and destination strings there is no point in using strn* functions here. See also: https://stackoverflow.com/questions/56782248/gcc-specified-bound-depends-on-the-length-of-the-source-argument
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions