Enlightenment CVS committal Author : onefang Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_desktop Modified Files: ecore_desktop.c Log Message: Document that \n is the other white space. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_desktop/ecore_desktop.c,v retrieving revision 1.46 retrieving revision 1.47 diff -u -3 -r1.46 -r1.47 --- ecore_desktop.c 24 Sep 2006 16:37:43 -0000 1.46 +++ ecore_desktop.c 24 Sep 2006 19:27:20 -0000 1.47 @@ -73,7 +73,7 @@ char *value; c = buffer; - /* Strip preceeding blanks. */ + /* Strip preceeding blanks. Note that \n is treated differently from the other white space. */ while (((*c == ' ') || (*c == '\t')) && (*c != '\n') && (*c != '\0')) c++; /* Skip blank lines and comments */ @@ -112,7 +112,7 @@ if (*c == '=') /* Equals found. */ { *c++ = '\0'; - /* Strip preceeding blanks. */ + /* Strip preceeding blanks. Note that \n is treated differently from the other white space. */ while (((*c == ' ') || (*c == '\t')) && (*c != '\n') && (*c != '\0')) c++; value = c; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs