You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bi...@apache.org on 2004/01/19 02:26:43 UTC

cvs commit: jakarta-commons/daemon/src/native/unix/native home.c

billbarker    2004/01/18 17:26:43

  Modified:    daemon/src/native/unix/native home.c
  Log:
  Fix typo.
  
  Revision  Changes    Path
  1.4       +2 -2      jakarta-commons/daemon/src/native/unix/native/home.c
  
  Index: home.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/src/native/unix/native/home.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- home.c	31 Dec 2003 04:58:31 -0000	1.3
  +++ home.c	19 Jan 2004 01:26:43 -0000	1.4
  @@ -107,7 +107,7 @@
           /* Format changed for 1.4 JVMs */
           sp = strchr(ret, ' ');
           if(sp != NULL)
  -            *sp = '\0'
  +            *sp = '\0';
   
           /* Did we find something significant? */
           if (strlen(ret)>0) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org