winedump: Don't use strncat with source length.
commit9b940964481694822ee1e3dc45c6a3298fe3302c
authorAlexandre Julliard <julliard@winehq.org>
Wed, 15 Aug 2018 05:08:04 +0000 (15 07:08 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 15 Aug 2018 05:08:04 +0000 (15 07:08 +0200)
treee374a3c42070182c8fd1a918b3449a058d6ae54c
parentba9f3dc198dfc81bb40159077b73b797006bb73c
winedump: Don't use strncat with source length.

gcc is now warning about this.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/winedump/debug.c