Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : libs/embryo
Dir : e17/libs/embryo/include Modified Files: default.inc Log Message: fix strncmp prototype =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/embryo/include/default.inc,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- default.inc 29 Apr 2005 14:30:59 -0000 1.6 +++ default.inc 24 Sep 2005 15:22:57 -0000 1.7 @@ -68,7 +68,7 @@ /* same as strcmp() */ native strcmp(str1[], str2[]); /* same as strncmp */ -native strncmp(str1[], str2[]); +native strncmp(str1[], str2[], n); /* same as strcpy */ native strcpy(dst[], src[]); /* same as strncpy except it nul terminates */ ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs