mirror of
https://github.com/samba-team/samba.git
synced 2025-08-05 12:22:11 +03:00
fix bug #178; available space in devmode should be int
This commit is contained in:
@ -645,7 +645,7 @@ static BOOL spool_io_user_level(const char *desc, SPOOL_USER_CTR *q_u, prs_struc
|
|||||||
|
|
||||||
BOOL spoolss_io_devmode(const char *desc, prs_struct *ps, int depth, DEVICEMODE *devmode)
|
BOOL spoolss_io_devmode(const char *desc, prs_struct *ps, int depth, DEVICEMODE *devmode)
|
||||||
{
|
{
|
||||||
uint32 available_space; /* size of the device mode left to parse */
|
int available_space; /* size of the device mode left to parse */
|
||||||
/* only important on unmarshalling */
|
/* only important on unmarshalling */
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user