🔨」 fix: fixed some things.

This commit is contained in:
y-syo
2025-09-03 17:07:03 +02:00
parent a56d1ee540
commit e43a18b091
2 changed files with 5 additions and 5 deletions

View File

@@ -158,7 +158,7 @@ void BitcoinExchange::str(std::string filename)
std::cout << "Error: bad input => " << line << std::endl;
continue ;
}
if (std::atol(value_str.c_str()) > 2147483647)
if (std::atol(value_str.c_str()) > 1000)
{
std::cout << "Error: too large a number." << std::endl;
continue ;