Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/bin


Modified Files:
        embryo_cc_sc2.c 


Log Message:


missed a *!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/bin/embryo_cc_sc2.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- embryo_cc_sc2.c     2 Jun 2004 02:29:44 -0000       1.6
+++ embryo_cc_sc2.c     10 Jun 2004 08:52:35 -0000      1.7
@@ -18,7 +18,7 @@
  *      misrepresented as being the original software.
  *  3.  This notice may not be removed or altered from any source distribution.
  *
- *  Version: $Id: embryo_cc_sc2.c,v 1.6 2004/06/02 02:29:44 raster Exp $
+ *  Version: $Id: embryo_cc_sc2.c,v 1.7 2004/06/10 08:52:35 raster Exp $
  */
 #include <assert.h>
 #include <stdio.h>
@@ -653,7 +653,7 @@
                        , (int)(*(int *)&test1)
                        );
             }
-         else if ((int *)&test2 != 0x42480000L)
+         else if (*(int *)&test2 != 0x42480000L)
             {
                fprintf(stderr, 
                        "embryo_cc: WARNING! you compiler does not SEEM to interpret 
IEEE floating\n"




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to