|
@@ -1,4 +1,4 @@
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
/* pvfileio.c */
|
|
/* pvfileio.c */
|
|
|
/* pvocex format test routines*/
|
|
/* pvocex format test routines*/
|
|
|
/* Initial version RWD May 2000.
|
|
/* Initial version RWD May 2000.
|
|
@@ -160,7 +160,7 @@ static int32_t write_pvocdata(int32_t fd,int32_t byterev,const PVOCDATA *pData)
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
if(byterev){
|
|
if(byterev){
|
|
|
- int32_t revdwval;
|
|
|
|
|
|
|
+// int32_t revdwval;
|
|
|
PVOCDATA data;
|
|
PVOCDATA data;
|
|
|
SND_SAMP ssamp;
|
|
SND_SAMP ssamp;
|
|
|
data.wWordFormat = REVWBYTES(pData->wWordFormat);
|
|
data.wWordFormat = REVWBYTES(pData->wWordFormat);
|