Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Jan 15, 2025
1 parent 734d95c commit acea3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exe/generate.cc
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ int generate(int ac, char** av) {
"dest not a location");
utl::verify(
std::holds_alternative<n::interval<n::unixtime_t>>(q->q_.start_time_),
"start time not time point");
"start time not interval");
auto p = api::plan_params{};
p.fromPlace_ =
d.tags_->id(*d.tt_, std::get<n::location_idx_t>(q->start_));
Expand Down

0 comments on commit acea3d0

Please sign in to comment.