Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/lib


Modified Files:
        efreet_mime.c 


Log Message:
- hm, change this back...

===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_mime.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- efreet_mime.c       3 Jul 2007 18:01:56 -0000       1.15
+++ efreet_mime.c       4 Jul 2007 03:00:46 -0000       1.16
@@ -806,12 +806,7 @@
 
                 case '=':
                     ptr++;
-
-                    if (efreet_mime_endianess == EFREET_ENDIAN_LITTLE)
-                        entry->value_len = (*ptr) << 8 | (unsigned 
short)(*(ptr + 1));
-                    else
-                        entry->value_len = (*(ptr + 1)) << 8 | (unsigned 
short)(*ptr);
-
+                    entry->value_len = (*ptr) << 8 | (unsigned short)(*(ptr + 
1));
                     ptr += 2;
 
                     entry->value = NEW(1, entry->value_len);



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to