Opened 14 years ago

Closed 14 years ago

#3242 closed defect (fixed)

Northwood/VerticalMapper driver isn't big endian compatible

Reported by: Even Rouault Owned by: Even Rouault
Priority: normal Milestone: 1.7.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: northwood
Cc: warmerdam, rmatsu

Description

A quick look at frmts/northwood/northwood.cpp shows that there are none byte swappings

Change History (3)

comment:1 by warmerdam, 14 years ago

Cc: warmerdam rmatsu added
Component: defaultGDAL_Raster
Keywords: northwood added
Milestone: 1.7.0
Owner: changed from warmerdam to chaitanya
Version: unspecifiedsvn-trunk

comment:2 by Even Rouault, 14 years ago

Owner: changed from chaitanya to Even Rouault
Status: newassigned

comment:3 by Even Rouault, 14 years ago

Resolution: fixed
Status: assignedclosed

r18354 /trunk/gdal/frmts/northwood/ (grcdataset.cpp grddataset.cpp northwood.cpp): Northwood : add necessary byte swappings to make it work on big endian hosts (#3242)

Tested on a PPC Debian Sarge inside a QEMU Virtual machine with the examples of #3237

Note: See TracTickets for help on using tickets.