*** empty log message ***
This commit is contained in:
parent
4aea9709bb
commit
7a44b2e367
2 changed files with 0 additions and 3 deletions
|
|
@ -988,7 +988,6 @@ OPT_BEGIN(total_data, "J") {
|
||||||
|
|
||||||
OPT_BEGIN(price_db, ":") {
|
OPT_BEGIN(price_db, ":") {
|
||||||
config->price_db = optarg;
|
config->price_db = optarg;
|
||||||
std::cerr << "Setting --price_db=" << optarg << std::endl;
|
|
||||||
} OPT_END(price_db);
|
} OPT_END(price_db);
|
||||||
|
|
||||||
OPT_BEGIN(price_exp, "Z:") {
|
OPT_BEGIN(price_exp, "Z:") {
|
||||||
|
|
|
||||||
|
|
@ -608,8 +608,6 @@ unsigned int textual_parser_t::parse(std::istream& in,
|
||||||
date_buffer[std::strlen(date_field)] = ' ';
|
date_buffer[std::strlen(date_field)] = ' ';
|
||||||
std::strcpy(&date_buffer[std::strlen(date_field) + 1], time_field);
|
std::strcpy(&date_buffer[std::strlen(date_field) + 1], time_field);
|
||||||
|
|
||||||
std::cerr << "date_buffer = " << date_buffer << std::endl;
|
|
||||||
|
|
||||||
struct std::tm when;
|
struct std::tm when;
|
||||||
if (strptime(date_buffer, "%Y/%m/%d %H:%M:%S", &when)) {
|
if (strptime(date_buffer, "%Y/%m/%d %H:%M:%S", &when)) {
|
||||||
date = std::mktime(&when);
|
date = std::mktime(&when);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue