]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 382: Move variables to top of function for non-C99 compilers.
authorTim Kientzle <kientzle@acm.org>
Sun, 16 Nov 2014 01:18:56 +0000 (17:18 -0800)
committerTim Kientzle <kientzle@acm.org>
Sun, 16 Nov 2014 01:18:56 +0000 (17:18 -0800)
commitacaeb910dcbfc062b6e0549f7cfe62073278ad55
tree1a3a76a0927fd07947dab6c20212253e6175aa9c
parentcf8e67ffc8a2227b63fc6d3d1569b0214f160f54
Issue 382: Move variables to top of function for non-C99 compilers.

This should address an issue compiling with older versions
of Visual Studio.
libarchive/archive_util.c