r5481 - trunk/eda/fped

werner at docs.openmoko.org werner at docs.openmoko.org
Tue Aug 18 22:57:09 CEST 2009


Author: werner
Date: 2009-08-18 22:57:09 +0200 (Tue, 18 Aug 2009)
New Revision: 5481

Modified:
   trunk/eda/fped/inst.c
Log:
- stupid typo made us crash when setting the package name



Modified: trunk/eda/fped/inst.c
===================================================================
--- trunk/eda/fped/inst.c	2009-08-18 20:52:09 UTC (rev 5480)
+++ trunk/eda/fped/inst.c	2009-08-18 20:57:09 UTC (rev 5481)
@@ -1016,7 +1016,7 @@
 	struct pkg *pkg;
 
 	if (active_pkg) {
-		for (pkg = pkgs; pkgs && pkg->name != active_pkg->name;
+		for (pkg = pkgs; pkg && pkg->name != active_pkg->name;
 		    pkg = pkg->next);
 		active_pkg = pkg;
 	}




More information about the commitlog mailing list