summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-20 01:19:10 +0200
committerAraq <rumpf_a@web.de>2014-04-20 01:19:10 +0200
commit05e89ffceb4a0cb85b59eb1ca34d27b0d5cb63dd (patch)
tree2f0604f731a07ce17b3f6af06b268d67095d4259 /lib/system
parent9a2704056a03fb39c2b4a212cf9b15ae6b411544 (diff)
parent1f9f34b9a747b313a85c1e9a15e3a0fdb5f2255a (diff)
downloadNim-05e89ffceb4a0cb85b59eb1ca34d27b0d5cb63dd.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'lib/system')
-rw-r--r--lib/system/debugger.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system/debugger.nim b/lib/system/debugger.nim
index b5cb5e9ba..af7b6d515 100644
--- a/lib/system/debugger.nim
+++ b/lib/system/debugger.nim
@@ -178,7 +178,7 @@ proc hash(data: pointer, size: int): THash =
   while s > 0:
     h = h !& ord(p[i])
     inc(i)
-    cec(s)
+    dec(s)
   result = !$h
 
 proc hashGcHeader(data: pointer): THash =