Hi Detlef,
Some test failures are shown on boxes with long printernames, for example:
http://test.winehq.org/data/17b7ee13fb55e872902be3156610e583e4cd324b/vista_t... http://test.winehq.org/data/17b7ee13fb55e872902be3156610e583e4cd324b/win7_15...
And indeed if I create a local printer with a very long name the cutoff is one bigger than what the test is currently doing.
The attached patch fixes that.
I don't think this is enough though. Our implementation cuts of at '-1' from the looks of it. The best test would probably to add a printer in the tests and check for the size of the name in the strcut but I don't know how easy/intrusive that is.
Any thoughts?