[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
can someone please check
From: |
José Vilmar Estácio de Souza |
Subject: |
can someone please check |
Date: |
Mon, 01 Nov 2010 15:12:10 -0200 |
Hi all.
In the file index_marking.c I found the following line:
if (ssml_mode = SPD_DATA_SSML)
Is this line correct?
Perhaps it should be:
if (ssml_mode == SPD_DATA_SSML)
When compiling the program I am receiving the following:
index_marking.c: In function ?strip_index_marks?:
index_marking.c:153: warning: suggest parentheses around assignment used
as truth value
Thanks.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- can someone please check,
José Vilmar Estácio de Souza <=