﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
229	smbprint inconsitently works	abwillis	Herwig Bauernfeind	"I was finding problems with smbprint where it worked inconsistently.
It did not work at all initially with smbprint.exe in the samba directory but worked for one printer (pdfwrite to create PDFs) but not for another (real printer) when I moved it to the spool directory.
I found 
{{{
-            ok = VRPrintFile( smbprintername, directory'\'spoolfile, , JobName )
+            ok = VRPrintFile( smbprintername, spoolfile, , JobName )
}}}
where directory is never set to anything.  Removing the directory'/' and now both printers objects work even with smbprint in samba.
I initially set directory=directory() - I had still had smbprint in the spool directory- and that will work as well but as the sysdelete function worked all along and it is without the directory information I decided to just remove it and it worked fine.
I am adding a full diff file for context but it has some other changes I did for seeing more information (and changed one German word to English so that I knew what it was telling me).
"	defect	closed	Feedback Pending	GUI Tools 1.0.0	Samba Server GUI Tools		fixed		
