GUACAMOLE-1636: Fix a typo mistake recieved
.
This commit is contained in:
parent
4048dd4900
commit
cba5484be0
@ -149,7 +149,7 @@ BOOL guac_rdp_bitmap_setsurface(rdpContext* context, rdpBitmap* bitmap, BOOL pri
|
|||||||
|
|
||||||
else {
|
else {
|
||||||
|
|
||||||
/* Make sure that the recieved bitmap is not NULL before processing */
|
/* Make sure that the received bitmap is not NULL before processing */
|
||||||
if (bitmap == NULL) {
|
if (bitmap == NULL) {
|
||||||
guac_client_log(client, GUAC_LOG_INFO, "NULL bitmap found in bitmap_setsurface instruction.");
|
guac_client_log(client, GUAC_LOG_INFO, "NULL bitmap found in bitmap_setsurface instruction.");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
@ -248,7 +248,7 @@ BOOL guac_rdp_gdi_memblt(rdpContext* context, MEMBLT_ORDER* memblt) {
|
|||||||
int x_src = memblt->nXSrc;
|
int x_src = memblt->nXSrc;
|
||||||
int y_src = memblt->nYSrc;
|
int y_src = memblt->nYSrc;
|
||||||
|
|
||||||
/* Make sure that the recieved bitmap is not NULL before processing */
|
/* Make sure that the received bitmap is not NULL before processing */
|
||||||
if (bitmap == NULL) {
|
if (bitmap == NULL) {
|
||||||
guac_client_log(client, GUAC_LOG_INFO, "NULL bitmap found in memblt instruction.");
|
guac_client_log(client, GUAC_LOG_INFO, "NULL bitmap found in memblt instruction.");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
Loading…
Reference in New Issue
Block a user