Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_ipc


Modified Files:
        ecore_ipc.c 


Log Message:


and STOOOPIDO me does the wonderful copy & paste bug... FIX!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_ipc/ecore_ipc.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ecore_ipc.c 23 Apr 2004 07:24:38 -0000      1.8
+++ ecore_ipc.c 29 Apr 2004 02:58:10 -0000      1.9
@@ -87,25 +87,25 @@
    dlt = out - prev;
    if (!(dlt & 0xffff0000))
      {
-       *mode = DLT_ADD8;
+       *mode = DLT_ADD16;
        return dlt & 0xfffff;
      }
    dlt = prev - out;
    if (!(dlt & 0xffff0000))
      {
-       *mode = DLT_DEL8;
+       *mode = DLT_DEL16;
        return dlt & 0xffff;
      }
    dlt = out - prev;
    if (!(dlt & 0x0000ffff))
      {
-       *mode = DLT_ADDU8;
+       *mode = DLT_ADDU16;
        return (dlt >> 16) & 0xffff;
      }
    dlt = prev - out;
    if (!(dlt & 0x0000ffff))
      {
-       *mode = DLT_DELU8;
+       *mode = DLT_DELU16;
        return (dlt >> 16) & 0xffff;
      }
    /* 4 byte */




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to