svn commit: samba r10613 - in trunk/source/printing: .

vlendec at samba.org vlendec at samba.org
Thu Sep 29 14:30:32 GMT 2005


Author: vlendec
Date: 2005-09-29 14:30:32 +0000 (Thu, 29 Sep 2005)
New Revision: 10613

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10613

Log:
Apply some const
Modified:
   trunk/source/printing/print_generic.c


Changeset:
Modified: trunk/source/printing/print_generic.c
===================================================================
--- trunk/source/printing/print_generic.c	2005-09-29 14:11:06 UTC (rev 10612)
+++ trunk/source/printing/print_generic.c	2005-09-29 14:30:32 UTC (rev 10613)
@@ -27,7 +27,8 @@
 a null terminated list of value/substitute pairs is provided
 for local substitution strings
 ****************************************************************************/
-static int print_run_command(int snum, const char* printername, BOOL do_sub, char *command, int *outfd, ...)
+static int print_run_command(int snum, const char* printername, BOOL do_sub,
+			     const char *command, int *outfd, ...)
 {
 
 	pstring syscmd;



More information about the samba-cvs mailing list