[darwinbuild-changes] [256] trunk/darwinxref/DBDataStore.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Oct 4 02:02:01 PDT 2006


Revision: 256
          http://trac.macosforge.org/projects/darwinbuild/changeset/256
Author:   kevin
Date:     2006-10-04 02:02:01 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
- only export the projects in the current build

Modified Paths:
--------------
    trunk/darwinxref/DBDataStore.c

Modified: trunk/darwinxref/DBDataStore.c
===================================================================
--- trunk/darwinxref/DBDataStore.c	2005-09-16 03:11:59 UTC (rev 255)
+++ trunk/darwinxref/DBDataStore.c	2006-10-04 09:02:01 UTC (rev 256)
@@ -712,7 +712,7 @@
 
 	// Generate projects dictionary
 	CFMutableDictionaryRef projects = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
-	CFArrayRef names = DBCopyProjectNames(build);
+	CFArrayRef names = DBOneCopyProjectNames(build);
 	CFIndex i, count = CFArrayGetCount(names);
 	for (i = 0; i < count; ++i) {
 		CFStringRef name = CFArrayGetValueAtIndex(names, i);

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/darwinbuild-changes/attachments/20061004/24ecc687/attachment.html


More information about the darwinbuild-changes mailing list