Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : libast

Dir     : eterm/libast/include


Modified Files:
        libast.h 


Log Message:
Wed Feb  4 17:24:56 2004                        Michael Jennings (mej)

Some test improvements.

===================================================================
RCS file: /cvsroot/enlightenment/eterm/libast/include/libast.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- libast.h    4 Feb 2004 17:51:16 -0000       1.49
+++ libast.h    4 Feb 2004 22:23:01 -0000       1.50
@@ -30,8 +30,8 @@
  * including all required system headers and LibAST Object headers.
  *
  * @author Michael Jennings <[EMAIL PROTECTED]>
- * @version $Revision: 1.49 $
- * @date $Date: 2004/02/04 17:51:16 $
+ * @version $Revision: 1.50 $
+ * @date $Date: 2004/02/04 22:23:01 $
  */
 
 #ifndef _LIBAST_H_
@@ -1171,6 +1171,9 @@
     long *l_dest = (long *)(s); \
     char *c_dest; \
  \
+    if (!(s)) { \
+        break; \
+    } \
     /* areas of less than 4 * sizeof(long) are set in 1-byte chunks. */ \
     if (((unsigned long) count) >= 4 * sizeof(long)) { \
         /* fill l with c. */ \




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to