garik pushed a commit to branch master.

commit 079c1c6d9beb65d0c23c457b0115c29fe55d54f9
Author: Igor Murzov <[email protected]>
Date:   Thu Jul 11 00:52:36 2013 +0400

    eet: Fix copy&paste issue
---
 src/bin/embryo/embryo_cc_sc6.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/embryo/embryo_cc_sc6.c b/src/bin/embryo/embryo_cc_sc6.c
index f8fc330..b7cda64 100644
--- a/src/bin/embryo/embryo_cc_sc6.c
+++ b/src/bin/embryo/embryo_cc_sc6.c
@@ -72,7 +72,7 @@ hex2long(char *s, char **n)
      }                         /* if */
 
    assert((*s >= '0' && *s <= '9') || (*s >= 'a' && *s <= 'f')
-         || (*s >= 'a' && *s <= 'f'));
+         || (*s >= 'A' && *s <= 'F'));
    for (;;)
      {
        if (*s >= '0' && *s <= '9')

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to