Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37911310
en ru br
ALT Linux repos
4.1: 2.1-alt2
4.0: 2.1-alt2
3.0: 2.1-alt1

Group :: Development/Other
RPM: dirdiff

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: dirdiff-2.0-alt-t2init.patch
Download


--- dirdiff-2.0/filecmp.c.t2init	2005-01-09 06:01:31 +0300
+++ dirdiff-2.0/filecmp.c	2005-01-25 14:28:28 +0300
@@ -112,7 +112,7 @@
 int rcscmp(char *p1, int *k1p, char *p2, int *k2p, int e1, int e2)
 {
     int k1 = *k1p, k2 = *k2p;
-    int i, t1, t2;
+    int i, t1, t2 = 0;
 
     for (;;) {
 	for (i = 0; i < k1 && i < k2; ++i) {
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin