Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 950ec4453099b5125884e99014f11757 > files > 118

kernel24-2.4.34-1.src.rpm

diff -ur linux-2.4.20/fs/davfs/proc.c linux-2.4.20.fpu/fs/davfs/proc.c
--- linux-2.4.20/fs/davfs/proc.c	Sun Mar  9 21:12:08 2003
+++ linux-2.4.20.fpu/fs/davfs/proc.c	Sun Mar  9 21:05:33 2003
@@ -156,7 +156,7 @@
 int dav_atoi(char *digit) {
     int ret=0;
     int i = (strlen(digit)-1);
-    double weight=1;
+    unsigned int weight=1;
     
     for(;i;i--)
         weight*=10;