Removed const warning

This commit is contained in:
Benoît LeBlanc 2013-11-07 10:48:49 -05:00
parent 7215f4295f
commit f4d0371480
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ BOOL freerdp_client_write_rdp_file(const rdpFile* file, const char* name, BOOL u
}
#define WRITE_RDP_FILE_DECLARE(_file, _buffer, _size) \
rdpFile* __rdpFile = file; \
const rdpFile* __rdpFile = file; \
char* __buffer = _buffer; \
size_t __size = _size; \
size_t __required_size = 0; \