]> granicus.if.org Git - apache/commit
Terniaries are broken under MSVC, they never did resolve how to resolve
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 26 Jul 2001 16:36:40 +0000 (16:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 26 Jul 2001 16:36:40 +0000 (16:36 +0000)
commit09324dea0d46e9da8bf7836f567b98cb3e48936a
tree07af080a2623effe1e8b6be59ea59262c45d529d
parent0c32d662bfe65e629e3ce11e2f9c30fc3a867bcb
  Terniaries are broken under MSVC, they never did resolve how to resolve
  the type of an obvious conversion like this one.  Even casting the const
  to an apr_port_t doesn't solve it.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89730 13f79535-47bb-0310-9956-ffa450edef68
server/listen.c