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

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


Revision: 135
          http://trac.macosforge.org/projects/darwinbuild/changeset/135
Author:   ssen
Date:     2006-10-04 01:49:22 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
oops, forgot this format specifier

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

Modified: trunk/darwinxref/DBDataStore.c
===================================================================
--- trunk/darwinxref/DBDataStore.c	2005-07-30 21:45:57 UTC (rev 134)
+++ trunk/darwinxref/DBDataStore.c	2006-10-04 08:49:22 UTC (rev 135)
@@ -461,7 +461,7 @@
 	for (i = 0; i < count; ++i) {
 		char* cvalu = strdup_cfstr(CFArrayGetValueAtIndex(value, i));
 		if (project) {
-			SQL("INSERT INTO properties (build,project,property,key,value) VALUES (%Q, %Q, %Q, %Q)", cbuild, cproj, cprop, i, cvalu);
+			SQL("INSERT INTO properties (build,project,property,key,value) VALUES (%Q, %Q, %Q, %d, %Q)", cbuild, cproj, cprop, i, cvalu);
 		} else {
 			SQL("INSERT INTO properties (build,property,key,value) VALUES (%Q, %Q, %d, %Q)", cbuild, cprop, i, cvalu);
 		}

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


More information about the darwinbuild-changes mailing list