We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dffeaa commit 74c9925Copy full SHA for 74c9925
external/mdal/mdal.cpp
@@ -18,7 +18,7 @@ static MDAL_Status sLastStatus;
18
19
const char *MDAL_Version()
20
{
21
- return "0.0.7";
+ return "0.0.8";
22
}
23
24
MDAL_Status MDAL_LastStatus()
external/mdal/mdal_utils.cpp
@@ -191,7 +191,7 @@ MDAL::BBox MDAL::computeExtent( const MDAL::Vertices &vertices )
191
192
BBox b;
193
194
- if ( vertices.empty() == 0 )
+ if ( vertices.empty() )
195
return b;
196
197
b.minX = vertices[0].x;
0 commit comments