polished code to suppress warnings
SKIPPED: psi/makefile_linux
This commit is contained in:
4
napi4.c
4
napi4.c
@@ -21,7 +21,7 @@
|
||||
|
||||
For further information, see <http://www.neutron.anl.gov/NeXus/>
|
||||
|
||||
$Id: napi4.c,v 1.6 2006/03/03 15:30:55 koennecke Exp $
|
||||
$Id: napi4.c,v 1.7 2006/03/23 12:39:11 zolliker Exp $
|
||||
|
||||
----------------------------------------------------------------------------*/
|
||||
#include <stdlib.h>
|
||||
@@ -1236,7 +1236,7 @@ extern void *NXpData;
|
||||
{
|
||||
pNexusFile pFile;
|
||||
pFile = NXIassert (fid);
|
||||
printf("HDF4 link: iTag = %d, iRef = %d, target=\"%s\"\n", sLink->iTag, sLink->iRef, sLink->targetPath);
|
||||
printf("HDF4 link: iTag = %ld, iRef = %ld, target=\"%s\"\n", sLink->iTag, sLink->iRef, sLink->targetPath);
|
||||
return NX_OK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user