[R-gregmisc-users] SF.net SVN: r-gregmisc: [1198] trunk/SASxport/src/reverse.c
Brought to you by:
warnes
From: <wa...@us...> - 2007-10-29 15:34:23
|
Revision: 1198 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1198&view=rev Author: warnes Date: 2007-10-29 08:34:21 -0700 (Mon, 29 Oct 2007) Log Message: ----------- Comment out debugging message in reverse() Modified Paths: -------------- trunk/SASxport/src/reverse.c Modified: trunk/SASxport/src/reverse.c =================================================================== --- trunk/SASxport/src/reverse.c 2007-10-29 15:32:50 UTC (rev 1197) +++ trunk/SASxport/src/reverse.c 2007-10-29 15:34:21 UTC (rev 1198) @@ -18,7 +18,7 @@ if( (short) *endianTest != 1 ) { /* The native byte order is big endian, so do nothing */ - printf("Big Endian Machine!\n"); + //printf("Big Endian Machine!\n"); return; } #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |