You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/01/26 23:22:27 UTC

cvs commit: apache-1.3/src/modules/standard mod_usertrack.c

nd          2003/01/26 14:22:27

  Modified:    src/modules/standard mod_usertrack.c
  Log:
  remove wrong parenthesis
  
  Revision  Changes    Path
  1.55      +1 -1      apache-1.3/src/modules/standard/mod_usertrack.c
  
  Index: mod_usertrack.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/modules/standard/mod_usertrack.c,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- mod_usertrack.c	18 Dec 2002 22:43:08 -0000	1.54
  +++ mod_usertrack.c	26 Jan 2003 22:22:27 -0000	1.55
  @@ -185,7 +185,7 @@
        * was started. It should be relatively unique.
        */
   
  -    clocktime = (long) GetTickCount());
  +    clocktime = (long) GetTickCount();
   
   #else
       gettimeofday(&tv, &tz);