id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 691,Minor typo in printf for gdalwarp,tylermitchell@…,warmerdam,"{{{ Here is the diff. ""that"" and ""is"" were mixed up. No biggie, but just happened to notice :) -------------------- *** gdal/apps/gdalwarp.cpp 2004-11-28 21:44:00.579921368 -0800 --- gdal/apps/gdalwarp.cpp.orig 2004-11-28 21:43:48.554749472 -0800 *************** *** 831,837 **** /* Create the output file. */ /* -------------------------------------------------------------------- */ if( !bQuiet ) ! printf( ""Creating output file that is %dP x %dL.\n"", nPixels, nLines ); hDstDS = GDALCreate( hDriver, pszFilename, nPixels, nLines, nDstBandCount, eDT, papszCreateOptions ); --- 831,837 ---- /* Create the output file. */ /* -------------------------------------------------------------------- */ if( !bQuiet ) ! printf( ""Creating output file is that %dP x %dL.\n"", nPixels, nLines ); hDstDS = GDALCreate( hDriver, pszFilename, nPixels, nLines, nDstBandCount, eDT, papszCreateOptions ); }}}",defect,closed,lowest,,GDAL_Raster,unspecified,trivial,fixed,,