From d0b30e379fc4032782776866fbb0adc6148ea023 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 12 Jan 2008 15:10:22 +0000 Subject: fixed priority_map comparison function Signed-off-by: Michael Krelin --- (limited to 'include') diff --git a/include/opkele/types.h b/include/opkele/types.h index 4e1415f..de44a5c 100644 --- a/include/opkele/types.h +++ b/include/opkele/types.h @@ -181,7 +181,7 @@ namespace opkele { struct priority_compare { inline bool operator()(long a,long b) const { - return (a<0) ? false : (b<0) ? false : (a