diff options
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r-- | source3/include/nt_printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 8e8d87bc55..479404d6fd 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -312,7 +312,7 @@ typedef struct nt_printer_info_level_2 fstring sharename; fstring portname; fstring drivername; - pstring comment; + char comment[1024]; fstring location; NT_DEVICEMODE *devmode; fstring sepfile; |