Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37914157
en ru br
ALT Linux repos
5.0: 0.6-alt8
4.1: 0.6-alt5
4.0: 0.6-alt7.M40.1

Group :: Networking/Remote access
RPM: lbuscd

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lbuscd-0.6-format.patch
Download


diff -urN lbuscd-0.6.orig/lbuscd.c lbuscd-0.6/lbuscd.c
--- lbuscd-0.6.orig/lbuscd.c	2006-07-04 23:27:44 +0300
+++ lbuscd-0.6/lbuscd.c	2008-05-07 15:27:45 +0300
@@ -483,7 +483,7 @@
   bytesread = read( sock, buffer, sizeof(buffer) );
 
   if(fDebug)
-    fprintf( stderr, "bytesread from fifo: %d\n", bytesread );
+    fprintf( stderr, "bytesread from fifo: %zi\n", bytesread );
 
   if( bytesread > 0 ){
     while( bytesread > 0 ){
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin