Skip to content

Commit

Permalink
ensure external .prj flag gets set
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.osgeo.org/gdal/trunk@5615 f0d54148-0727-0410-94bb-9a71ac55c965
  • Loading branch information
warmerdam committed Dec 11, 2003
1 parent 3dad315 commit 1fc9aea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frmts/raw/btdataset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
******************************************************************************
*
* $Log$
* Revision 1.2 2003/12/11 22:44:11 warmerda
* ensure external .prj flag gets set
*
* Revision 1.1 2003/12/11 06:18:18 warmerda
* New
*
Expand Down Expand Up @@ -278,6 +281,7 @@ CPLErr BTDataset::SetProjection( const char *pszNewProjection )
{
VSIFPrintf( fp, "%s\n", pszProjection );
VSIFClose( fp );
abyHeader[60] = 1;
}
else
{
Expand Down

0 comments on commit 1fc9aea

Please sign in to comment.