Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 3c0ca5f4e2574f74f75db3c8aa4d7452 > files > 4

digitemp-3.6.0-10.mga5.src.rpm

--- digitemp-3.6.0/src/digitemp.c.orig	2009-03-03 11:55:20.000000000 +0200
+++ digitemp-3.6.0/src/digitemp.c	2009-03-03 11:56:23.000000000 +0200
@@ -586,7 +586,7 @@
       perror("Error loging to logfile");
     close( fd );
   } else {
-    printf( line );
+    printf( "%s", line );
   }
   return 0;
 }  
--- digitemp-3.6.0/userial/ioutil.c.orig	2009-03-03 12:01:52.000000000 +0200
+++ digitemp-3.6.0/userial/ioutil.c	2009-03-03 12:02:38.000000000 +0200
@@ -86,7 +86,7 @@
    // remember the start length
    deflen = strlen(buf);
    if (deflen < 80)
-      sprintf(defbuf,buf);
+      sprintf("%s",defbuf,buf);
    else
       defbuf[0] = 0;
 
//empty line