pika-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pika-dev] Silly bug in fsplay.c


From: Matthew Dempsky
Subject: [Pika-dev] Silly bug in fsplay.c
Date: 04 May 2004 21:52:40 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

I found (and fixed) a little bug in fsplay.c:
address@hidden/hackerlab--splay--1.0--patch-1.  (I attached
the diff anyways so that Tom can blush on list. ;-)

-jivera

--- orig/splay/fsplay.c
+++ mod/splay/fsplay.c
@@ -500,7 +500,7 @@
        */
       return tree;
     }
-  else if (cmp < 0)
+  else if (cmp_order < 0)
     {
       /* The desired root node is in the left subtree, if the left subtree 
exists.
        */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]