[darwinbuild-changes] [258] trunk/darwinxref/DBDataStore.c
source_changes at macosforge.org
source_changes at macosforge.org
Wed Oct 4 02:02:02 PDT 2006
Revision: 258
http://trac.macosforge.org/projects/darwinbuild/changeset/258
Author: ssen
Date: 2006-10-04 02:02:02 -0700 (Wed, 04 Oct 2006)
Log Message:
-----------
fix typo
Modified Paths:
--------------
trunk/darwinxref/DBDataStore.c
Modified: trunk/darwinxref/DBDataStore.c
===================================================================
--- trunk/darwinxref/DBDataStore.c 2005-09-16 03:27:17 UTC (rev 257)
+++ trunk/darwinxref/DBDataStore.c 2006-10-04 09:02:02 UTC (rev 258)
@@ -712,7 +712,7 @@
// Generate projects dictionary
CFMutableDictionaryRef projects = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
- CFArrayRef names = DBOneCopyProjectNames(build);
+ CFArrayRef names = DBCopyOneProjectNames(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/5873be16/attachment.html
More information about the darwinbuild-changes
mailing list