Prevent potential buffer overruns (even if they'd only happen if the
commit85facf9c10c048c6010c7a708fd7d8fae2dc3ccc
authorneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jun 2018 03:58:20 +0000 (12 03:58 +0000)
committerneil <neil@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 12 Jun 2018 03:58:20 +0000 (12 03:58 +0000)
treed433be7b5b4c3e0f8525895559b4c133ff0f9def
parent1fe34d5d18e5d4548f995150ec5716773a715c8c
Prevent potential buffer overruns (even if they'd only happen if the
string constants used got much longer). Note that strncat()'s size
argument only limits the number of characters added, not the number of
characters in the destination buffer.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55310 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/devs/printer/prefs.c