Fix some strcpy compiler warnings

Replace three strcpy commands with strncpy,
bump minor version ready for more testing.
This commit is contained in:
PartialVolume
2024-02-17 17:00:37 +00:00
parent 2fae6ea5f5
commit 07a7c0ab0c
4 changed files with 11 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.63])
AC_INIT([nwipe],[0.35],[git@brumit.nl])
AC_INIT([nwipe],[0.35.9],[git@brumit.nl])
AM_INIT_AUTOMAKE(foreign subdir-objects)
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile])
AC_OUTPUT