Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Patterson 67e99c9809 Fix swapped variables, new version. 2019-02-08 15:50:33 -08:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -762,8 +762,8 @@ inline bool argumentsToParameter(const Nan::FunctionCallbackInfo<v8::Value> &arg
return false; return false;
} }
params->max_stoppage_penalty = min; params->max_stoppage_penalty = max;
params->min_stoppage_penalty = max; params->min_stoppage_penalty = min;
} }
return true; return true;
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "osrm", "name": "osrm",
"version": "5.21.0-customsnapping.2", "version": "5.21.0-customsnapping.4",
"private": false, "private": false,
"description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.",
"dependencies": { "dependencies": {