Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37501389
en ru br
ALT Linux repos
S:0.95.2-alt4
5.0: 0.95-alt2
4.1: 0.95-alt2

Group :: System/Libraries
RPM: lesstif

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lesstif-0.95-resource-fix.patch
Download


--- lesstif-0.95/lib/Xm-2.1/DialogS.c	2004/09/29 17:48:41	1.2
+++ lesstif-0.95/lib/Xm-2.1/DialogS.c	2007/02/04 13:26:15	1.3
@@ -1,6 +1,6 @@
 /**
  *
- * $Header: /cvsroot/lesstif/lesstif/lib/Xm-2.1/DialogS.c,v 1.2 2004/09/29 17:48:41 dannybackx Exp $
+ * $Header: /cvsroot/lesstif/lesstif/lib/Xm-2.1/DialogS.c,v 1.3 2007/02/04 13:26:15 dannybackx Exp $
  *
  * derived from Xt Vendor class.c 
  *
@@ -26,7 +26,7 @@
  *
  **/
 
-static const char rcsid[] = "$Header: /cvsroot/lesstif/lesstif/lib/Xm-2.1/DialogS.c,v 1.2 2004/09/29 17:48:41 dannybackx Exp $";
+static const char rcsid[] = "$Header: /cvsroot/lesstif/lesstif/lib/Xm-2.1/DialogS.c,v 1.3 2007/02/04 13:26:15 dannybackx Exp $";
 
 /*
  * This controls questionable behavior.  It will go away
@@ -276,7 +276,7 @@
 	    }
 	}
 
-	if (j != nshells)
+	if (j == nshells)
 	{
 	    combined[nshells + addon] = ext_resources[i];
 	    addon++;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin