30d1ed6f9506d32f5f29705df41d0cbe00886b4f
markd
  Wed Aug 18 16:06:51 2010 -0700
fixed bugs in ccdsNotes load
diff --git src/hg/lib/ccdsNotes.c src/hg/lib/ccdsNotes.c
index 70f3fcf..0d641cb 100644
--- src/hg/lib/ccdsNotes.c
+++ src/hg/lib/ccdsNotes.c
@@ -131,7 +131,7 @@
 
 static char *createSql =
     /* SQL to create ccdsNotes format table */
-    "CREATE TABLE % (\n"
+    "CREATE TABLE %s (\n"
     "    ccds char(12) not null,	# CCDS id\n"
     "    createDate char(10) not null,	# date note was added\n"
     "    note longblob not null,	# text of note\n"