[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
oops, = versus == bites again
From: |
Christopher Brannon |
Subject: |
oops, = versus == bites again |
Date: |
Mon, 01 Nov 2010 11:31:38 +0000 |
A recent commit introduced the following statement:
if (ssml_mode = SPD_DATA_SSML).
Of course, we really wanted a comparison there...
The compiler caught it. People should be looking at error messages when
they build, since Boris did such a wonderful job of cleaning up the
compiler output. Here's how I build:
autoreconf -i ; ./configure ; make 2>err > out&
Standard error goes to its own file, and I don't have to plow through a
bunch of noise from stdout in order to find the compiler messages
that interest me.
-- Chris, who secretly loathes C.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20101101/a2be6f0d/attachment.pgp>
- oops, = versus == bites again,
Christopher Brannon <=