Fixed a problem where when deleting an item using index -1 on an empty
commitfe9a0f097761b9cad76300dda4ef0fc795df7ab6
authorAric Stewart <aric@codeweavers.com>
Thu, 4 Jan 2001 19:27:03 +0000 (4 19:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 4 Jan 2001 19:27:03 +0000 (4 19:27 +0000)
tree161dce39284b7152f20e1df66126a458e633114f
parent1dc755360b302552810a2951db27c23f3b140abf
Fixed a problem where when deleting an item using index -1 on an empty
listbox we would pass through an illegal negative index and cause
problems.
controls/listbox.c