Skip to content

Commit

Permalink
space in cli option caused failure to fill nodata
Browse files Browse the repository at this point in the history
  • Loading branch information
ksshannon committed Jan 12, 2015
1 parent 36bf9d1 commit 172be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ninja/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ int windNinjaCLI(int argc, char* argv[])
CSLTestBoolean( CPLGetConfigOption( "NINJA_FILL_DEM_NO_DATA",
"NO" ) );
/* If we downloaded from our fetcher, we fill */
if( vm.count(" fetch_elevation" ) )
if( vm.count("fetch_elevation" ) )
bFillNoData = TRUE;
if( bFillNoData )
{
Expand Down

0 comments on commit 172be7e

Please sign in to comment.