~ubuntu-branches/debian/sid/gdal/sid

« back to all changes in this revision

Viewing changes to ogr/ogrsf_frmts/s57/s57featuredefns.cpp

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-05-07 15:04:42 UTC
  • mfrom: (5.5.16 experimental)
  • Revision ID: package-import@ubuntu.com-20120507150442-2eks97loeh6rq005
Tags: 1.9.0-1
* Ready for sid, starting transition.
* All symfiles updated to latest builds.
* Added dh_numpy call in debian/rules to depend on numpy ABI.
* Policy bumped to 3.9.3, no changes required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/******************************************************************************
2
 
 * $Id: s57featuredefns.cpp 19775 2010-05-27 15:17:49Z warmerdam $
 
2
 * $Id: s57featuredefns.cpp 21268 2010-12-14 23:33:34Z warmerdam $
3
3
 *
4
4
 * Project:  S-57 Translator
5
5
 * Purpose:  Implements methods to create OGRFeatureDefns for various
33
33
#include "cpl_conv.h"
34
34
#include "cpl_string.h"
35
35
 
36
 
CPL_CVSID("$Id: s57featuredefns.cpp 19775 2010-05-27 15:17:49Z warmerdam $");
 
36
CPL_CVSID("$Id: s57featuredefns.cpp 21268 2010-12-14 23:33:34Z warmerdam $");
37
37
 
38
38
 
39
39
/************************************************************************/
387
387
 
388
388
        if( iAttrIndex == -1 )
389
389
        {
390
 
            CPLDebug( "S57", "Can't find attribute %s from class %s:%s.\n",
 
390
            CPLDebug( "S57", "Can't find attribute %s from class %s:%s.",
391
391
                      papszAttrList[iAttr],
392
392
                      poCR->GetAcronym(),
393
393
                      poCR->GetDescription() );