repo.or.cz
/
nslu2-linux
/
optware.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccollect:0.6.2->0.7.0
[nslu2-linux/optware.git]
/
sources
/
digitemp
/
linebuf.patch
blob
51e18dc02bae71d6c1ce9ab134a5b5054d9729e3
1
--- digitemp-3.4.0/src/digitemp.c 2005-06-26 02:58:10.000000000 +0200
2
+++ digitemp/src/digitemp.c 2005-12-28 13:21:31.000000000 +0100
3
@@ -2428,7 +2428,8 @@
4
5
/* Make sure the structure is erased */
6
bzero( &sensor_list, sizeof( struct _roms ) );
7
-
8
+
9
+ setlinebuf(stdout);
10
11
if( argc <= 1 )
12
{