Opened 12 years ago

Closed 12 years ago

#4802 closed defect (fixed)

define parameter for VSIFRead() incorrect

Reported by: mrdan221 Owned by: warmerdam
Priority: normal Milestone:
Component: default Version: unspecified
Severity: normal Keywords:
Cc:

Description

In gdal-1.9.1\frmts\msgn\msg_reader_core.cpp, there is: #define VSIFRead(p, bs, nb, fp) fread(p, bs, nb, ref)

'ref' should be 'fp'

Change History (1)

comment:1 by Even Rouault, 12 years ago

Resolution: fixed
Status: newclosed

Note that this path code is only taken if you compile that file standalone (GDAL_SUPPORT not defined), which is not really a supported use case.

Anyway : trunk r24190: Fix wrong macro in !(GDAL_SUPPORT) case (#4802)

Note: See TracTickets for help on using tickets.