mirror of
https://github.com/panda3d/panda3d.git
synced 2025-11-03 03:53:36 -05:00
fix for SGI compilation
This commit is contained in:
parent
dac12fef5a
commit
ada5f55002
@ -101,7 +101,7 @@ pgm_writepgmrowplain(FILE* file,gray* grayrow,int cols,gray maxval)
|
||||
if ( *gP > maxval )
|
||||
pm_error( "value out of bounds (%u > %u)", *gP, maxval );
|
||||
#endif /*DEBUG*/
|
||||
// putus( (unsigned long) *gP, file );
|
||||
/* putus( (unsigned long) *gP, file ); */
|
||||
putus( (unsigned short) *gP, file );
|
||||
charcount += 3;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user