# # patch "commands.cc" # from [4603f24358368cb32306fd2a36b3c63c6f0a61ea] # to [d297191eca4ad5ad47443267e4079fe66a4f4d76] # ======================================================================== --- commands.cc 4603f24358368cb32306fd2a36b3c63c6f0a61ea +++ commands.cc d297191eca4ad5ad47443267e4079fe66a4f4d76 @@ -2391,7 +2391,7 @@ cert_revision_in_branch(rid, branchname, app, dbw); if (app.date().length() > 0) - cert_revision_date_time(rid, string_to_datetime(app.date()), app, dbw); + cert_revision_date_time(rid, ::string_to_datetime(app.date()), app, dbw); else cert_revision_date_now(rid, app, dbw); if (app.author().length() > 0) @@ -3051,7 +3051,7 @@ calculate_ident(merged_data, merged_id); dbw.consume_revision_data(merged_id, merged_data); if (app.date().length() > 0) - cert_revision_date_time(merged_id, string_to_datetime(app.date()), app, dbw); + cert_revision_date_time(merged_id, ::string_to_datetime(app.date()), app, dbw); else cert_revision_date_now(merged_id, app, dbw); if (app.author().length() > 0)