eolian: fix a bug in expr serializer with wrong sign insertion
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 11 Jun 2015 15:41:32 +0000 (16:41 +0100)
committerDaniel Kolesa <d.kolesa@osg.samsung.com>
Thu, 11 Jun 2015 15:41:32 +0000 (16:41 +0100)
src/lib/eolian/database_expr_api.c

index abc9fda..eb0d119 100644 (file)
@@ -219,7 +219,7 @@ static const char *_binops[] = {
 };
 
 static const char *_unops[] = {
-    "+", "-", "!", "~"
+    "-", "+", "!", "~"
 };
 
 static Eina_Bool