Fix #4628: CommandLineFindNextArgumentA must check the current argument
authorArmin Novak <armin.novak@gmail.com>
Sun, 6 May 2018 08:49:05 +0000 (10:49 +0200)
committerArmin Novak <armin.novak@gmail.com>
Sun, 6 May 2018 08:49:05 +0000 (10:49 +0200)
commit6e958e7edb4b4c32fce5a000ef8c36bc12b2c37f
tree76a6c0744981c97a5a3b81278901bbf141fda2f0
parent7eb12bb028b3322deadd468dc6e0870e197cbf19
Fix #4628: CommandLineFindNextArgumentA must check the current argument

When determining if there is a next argument first check the current one
for abort criteria.
winpr/libwinpr/utils/cmdline.c