mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdgen(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -261,7 +261,7 @@ int main(int argc,char *argv[])
|
||||
cBuffer[i++]=128;
|
||||
}
|
||||
}
|
||||
write(hFilename,cBuffer,BUFFER_SIZE);
|
||||
CheckReturnCode("write",write(hFilename,cBuffer,BUFFER_SIZE),BUFFER_SIZE);
|
||||
dBytes+=BUFFER_SIZE;
|
||||
ldLimit+=(BUFFER_SIZE/2);
|
||||
ldTimeline+=(BUFFER_SIZE/2);
|
||||
@@ -297,7 +297,7 @@ int main(int argc,char *argv[])
|
||||
cBuffer[i++]=0;
|
||||
}
|
||||
}
|
||||
write(hFilename,cBuffer,BUFFER_SIZE);
|
||||
CheckReturnCode("write",write(hFilename,cBuffer,BUFFER_SIZE),BUFFER_SIZE);
|
||||
dBytes+=BUFFER_SIZE;
|
||||
ldLimit+=(BUFFER_SIZE/4);
|
||||
ldTimeline+=(BUFFER_SIZE/4);
|
||||
|
||||
Reference in New Issue
Block a user