[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Macros strike again
From: |
Jeremy Whiting |
Subject: |
Macros strike again |
Date: |
Thu, 30 Jul 2015 10:05:43 -0600 |
Luke,
I pulled from master today and rebased my local changes on it, ran
speech-dispatcher, saw it timed out after a bit so I added Timeout 0
to my .config/speechd.conf. It then told me the value was invalid. It
turns out the cond bit of SPEECHD_OPTION_CB_INT_M is negated when
checking, so needed to change val < 0 to val >= 0 like the other int
configurations. The attached patch fixes it.
thanks,
Jeremy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fix-Timeout-config-value-valid-range.patch
Type: text/x-patch
Size: 939 bytes
Desc: not available
URL:
<http://lists.freebsoft.org/pipermail/speechd/attachments/20150730/deedf238/attachment.bin>
- Macros strike again,
Jeremy Whiting <=