]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Trival patch for a signed/unsigned compare emit in the for condition,
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 3 May 2004 20:15:26 +0000 (20:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 3 May 2004 20:15:26 +0000 (20:15 +0000)
commitf880b142748462cb8a1a69ecb155f6c4f7b4c274
treee400ca5cf1cab478b22c33ae54312e8b20bb1799
parent68b1ecfd8fa718a70ce11d383b2bc6cabc950026
  Trival patch for a signed/unsigned compare emit in the for condition,
  since i is running from 0 to strlen(nonce) and strlen is defined to
  return size_t, quiet the picky compiler warnings of VC and probably
  some others.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@103584 13f79535-47bb-0310-9956-ffa450edef68
src/main/http_core.c