Bug #817

htttp.cpp, line 611, conversion from int64 to int

Added by IƱaki Zabala over 9 years ago. Updated over 9 years ago.

Status:ApprovedStart date:07/29/2014
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:CoreSpent time:-
Target version:-

Description

There is a warning in htttp.cpp, line 611: conversion from int64 to int
int n = poststream->Get(buffer, min((int64)2048, postlen + data.GetLength() - (int)count));
Gets() arg is declared int, but the min() before is int64

History

#1 Updated by Miroslav Fidler over 9 years ago

  • Status changed from New to Approved

Also available in: Atom PDF