]> granicus.if.org Git - apache/commit
Some cast magic for intentional float/int transformations, but I have
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 25 Jul 2001 21:15:54 +0000 (21:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 25 Jul 2001 21:15:54 +0000 (21:15 +0000)
commit6e1243809ff384fc228e8d05c78cd3d78d21e502
treef997f2541f4961d7cb28cf2b940123fbbc9e008b
parent5ccc4eb814fd9f61ebfc41f9fa16cc49b5227c49
  Some cast magic for intentional float/int transformations, but I have
  no idea what exactly this computation was trying to accomplish...

    req_time = (long)(((ws_record.stop_time - ws_record.start_time) * 1000)
    + ((ws_record.stop_time - ws_record.start_time) / 1000));

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89712 13f79535-47bb-0310-9956-ffa450edef68
modules/generators/mod_status.c