Filewatcher File Search
FTP Search
  
Directory (beta)
  
Content Search (beta)
   
pkg://gphoto-0.4.3-17.src.rpm:718883/gphoto-strcat.patch  info  downloads

--- gphoto-0.4.3/sony/command.c.fixit	Fri Jan  4 08:11:47 2002
+++ gphoto-0.4.3/sony/command.c	Fri Jan  4 08:12:12 2002
@@ -288,11 +288,11 @@
       break;
     }
     sprintf(tmp_buf, "Total Pictures: %02d\n", pic_num);
-    strcat(status_buf, tmp_buf, sizeof(tmp_buf));
+    strncat(status_buf, tmp_buf, sizeof(tmp_buf));
     sprintf(tmp_buf, "Date: %02d/%02d/%02d\n", month, date, year);
-    strcat(status_buf, tmp_buf, sizeof(tmp_buf));
+    strncat(status_buf, tmp_buf, sizeof(tmp_buf));
     sprintf(tmp_buf, "Time: %02d:%02d\n",hour, minutes);
-    strcat(status_buf, tmp_buf, sizeof(tmp_buf));
+    strncat(status_buf, tmp_buf, sizeof(tmp_buf));
   }
   /* return (buf[2]);	ok*/
     strcpy(return_buf, status_buf);
Results 1 - 1
Help - FTP Sites List - Software Dir.
Searching half a billion files worldwide
© 1997-2008 Oliver Maruhn