diff lwlink/readfiles.c @ 209:d6cba9d66979

Fixed bug with library search path
author lost
date Tue, 21 Apr 2009 03:45:12 +0000
parents 42df94f30d82
children bae1e3ecdce1
line wrap: on
line diff
--- a/lwlink/readfiles.c	Tue Apr 21 02:57:37 2009 +0000
+++ b/lwlink/readfiles.c	Tue Apr 21 03:45:12 2009 +0000
@@ -90,6 +90,7 @@
 					continue;
 				}
 				free(tf);
+				break;
 			}
 			if (!f)
 			{