[LOCALMON, LOCALSPL]
authorColin Finck <colin@reactos.org>
Tue, 21 Jul 2015 10:46:29 +0000 (10:46 +0000)
committerColin Finck <colin@reactos.org>
Tue, 21 Jul 2015 10:46:29 +0000 (10:46 +0000)
commit09db4c602e292bcb3a2433c35001de259541c337
tree807a428b0ec3c036032ac4786c3d8d50882da298
parent3c798d710773ac83f24fb0362812aeeebe8f1094
[LOCALMON, LOCALSPL]
Fix a nasty stack corruption due to a *ppwsz[cch] vs. (*ppwsz)[cch] case.
But actually, we don't even need this line for null-terminating the string at all, because we operate on zero-initialized buffers. Remove it in another location as well.

svn path=/branches/colins-printing-for-freedom/; revision=68510
reactos/win32ss/printing/monitors/localmon/tools.c
reactos/win32ss/printing/providers/localspl/printers.c