summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorYawning Angel <yawning@schwanenlied.me>2015-02-06 16:26:28 +0000
committerYawning Angel <yawning@schwanenlied.me>2015-02-06 16:26:28 +0000
commit16cf1679e78c690869be3d26448a965e8d1330b0 (patch)
treee8ecb267e48a10d0f9d77b28ae7b6682474623c8 /changes
parent4785cd361736377980bcb0d177ef609006c10e55 (diff)
downloadtor-16cf1679e78c690869be3d26448a965e8d1330b0.tar.gz
tor-16cf1679e78c690869be3d26448a965e8d1330b0.zip
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.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug147644
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug14764 b/changes/bug14764
new file mode 100644
index 0000000000..b05ff69f7c
--- /dev/null
+++ b/changes/bug14764
@@ -0,0 +1,4 @@
+ 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.