Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Fix curl's version verification #51

Merged
merged 2 commits into from
Jun 11, 2014
Merged

Commits on Jun 11, 2014

  1. Fix curl's version verification

    Oops, something went awfully wrong ; we need to change to constant only if we have a version __below__ (and not __below *or equal*__), and while we're at it, divide the timeout by 1000 rather than multiplying it by 1000. We want seconds, not nanoseconds !
    Taluu committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    a371be9 View commit details
    Browse the repository at this point in the history
  2. Fix version_compare usage

    Taluu committed Jun 11, 2014
    Configuration menu
    Copy the full SHA
    5d07845 View commit details
    Browse the repository at this point in the history