Enlightenment CVS committal

Author  : sebastid
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        Makefile.am embrace.c 


Log Message:
The beginning of the embrace e17 module. It loads and shows a mailbox,
but doesn't really work. Needs gui polish and it must be connected to
gadman

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 25 Mar 2005 17:05:42 -0000      1.4
+++ Makefile.am 24 Aug 2005 21:23:51 -0000      1.5
@@ -1,6 +1,6 @@
-## $Id: Makefile.am,v 1.4 2005/03/25 17:05:42 tsauerbeck Exp $
+## $Id: Makefile.am,v 1.5 2005/08/24 21:23:51 sebastid Exp $
 
-SUBDIRS = plugins
+SUBDIRS = plugins module
 
 AM_CFLAGS = @ECORE_CFLAGS@  \
             @EDB_CFLAGS@    \
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/embrace.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- embrace.c   22 Mar 2005 19:45:16 -0000      1.24
+++ embrace.c   24 Aug 2005 21:23:51 -0000      1.25
@@ -1,5 +1,5 @@
 /*
- * $Id: embrace.c,v 1.24 2005/03/22 19:45:16 tsauerbeck Exp $
+ * $Id: embrace.c,v 1.25 2005/08/24 21:23:51 sebastid Exp $
  *
  * Copyright (C) 2004 Embrace project.
  *
@@ -54,7 +54,7 @@
        int cur = 0, home_len = strlen (home);
 
        if (!strchr (str, '~')) {
-               snprintf (dest, destlen, "%s", str);
+               strncat (dest, str, destlen);
                return;
        }
 




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to