Fixed rect instruction.

This commit is contained in:
Michael Jumper 2011-09-11 15:56:34 -07:00
parent 7c91f7d66c
commit 197029c3d8

View File

@ -179,7 +179,7 @@ int guac_send_rect(GUACIO* io,
int r, int g, int b, int a) {
return
guac_write_string(io, "4,rect,")
guac_write_string(io, "4.rect,")
|| __guac_write_length_int(io, mode)
|| guac_write_string(io, ",")
|| __guac_write_length_int(io, layer->index)