tor/changes/bug14764
Yawning Angel 16cf1679e7 Fix scheduler compilation on targets where char is unsigned.
Per discussion with nickm, the `dir` argument should be a int rather
than a signed char.

Fixes bug #14764.
2015-02-06 16:26:28 +00:00

5 lines
184 B
Plaintext

o Minor bugfixes (portability):
- Fix scheduler compilation on targets where char is unsigned.
Fixes bug 14764; bugfix on 0.2.6.2-alpha. Reported by Christian
Kujau.