Bug #817
htttp.cpp, line 611, conversion from int64 to int
Status: | Approved | Start date: | 07/29/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 0% | |
Category: | Core | Spent 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 10 years ago
- Status changed from New to Approved