Changeset 71078ad in ffmpeg

Timestamp:
Jun 30, 2012, 12:17:52 PM (12 years ago)
Author:
Martin Storsjö <martin@martin.st>
Branches:
master
Children:
cdee08e3
Parents:
5aff37d2
git-author:
Martin Storsjö <martin@martin.st> (06/24/12 19:36:37)
git-committer:
Martin Storsjö <martin@martin.st> (06/30/12 12:17:52)
Message:

os_support: Don't compare a negative number against socket descriptors

The fds are unsigned integers in the windows definition of struct
sockfds. Due to this, the comparison if (fds[i].fd > n) was always
false.

Signed-off-by: Martin Storsjö <martin@martin.st>

(No files)

Note: See TracChangeset for help on using the changeset viewer.