summaryrefslogtreecommitdiff
path: root/source3/printing/printing.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/printing/printing.c')
-rw-r--r--source3/printing/printing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/printing/printing.c b/source3/printing/printing.c
index d1b702cb0a..ad840d7f51 100644
--- a/source3/printing/printing.c
+++ b/source3/printing/printing.c
@@ -377,7 +377,7 @@ HINT: Use as short a path as possible for the samba spool directory.
A long spool-path will just waste significant chars of the file name.
*/
- (char)line[JOBSIZE_POS-1]=' ';
+ line[JOBSIZE_POS-1]=' ';
/* handle the case of "(stdin)" as a filename */
string_sub(line,"stdin","STDIN");