[Spice-devel] [PATCH 1/2] Fix typo for macro name

Christophe Fergeau cfergeau at redhat.com
Tue Aug 2 09:14:45 UTC 2016


On Tue, Aug 02, 2016 at 10:12:20AM +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/stream.c | 2 +-
>  server/stream.h | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/server/stream.c b/server/stream.c
> index 985bc71..e56c419 100644
> --- a/server/stream.c
> +++ b/server/stream.c
> @@ -232,7 +232,7 @@ static bool is_next_stream_frame(DisplayChannel *display,
>      }
>  
>      if (candidate->creation_time - other_time >
> -            (stream ? RED_STREAM_CONTINUS_MAX_DELTA : RED_STREAM_DETACTION_MAX_DELTA)) {
> +            (stream ? RED_STREAM_CONTINUOUS_MAX_DELTA : RED_STREAM_DETACTION_MAX_DELTA)) {

There's also a "DETECTION" typo on the same line.
With that fixed
Acked-by: Christophe Fergeau <cfergeau at redhat.com>

Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20160802/e79e5f20/attachment.sig>


More information about the Spice-devel mailing list