mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -05:00
ssh: fix narrowing conversion warning
'left' is used as time_t but declared as long. MinGW complains: error: conversion to 'long int' from 'time_t {aka long long int}' may alter its value [-Werror=conversion] Changed the declaration to time_t.
This commit is contained in:
parent
4a5b900cb1
commit
e358a626f8
Loading…
Reference in New Issue
Block a user