src/lib/basicBed.c 1.2

1.2 2009/06/29 20:29:44 kent
Changing reserved field to a string so it can handle the various color morphs.
Index: src/lib/basicBed.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/basicBed.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/lib/basicBed.c	17 Apr 2009 22:02:51 -0000	1.1
+++ src/lib/basicBed.c	29 Jun 2009 20:29:44 -0000	1.2
@@ -1236,9 +1236,9 @@
     dyStringAppend(dy, "   uint thickStart;   \"Start of where display should be thick (start codon)\"\n");
 if (bedFieldCount >= 8)
     dyStringAppend(dy, "   uint thickEnd;     \"End of where display should be thick (stop codon)\"\n");
 if (bedFieldCount >= 9)
-    dyStringAppend(dy, "   uint reserved;     \"Used as itemRgb as of 2004-11-22\"\n");
+    dyStringAppend(dy, "   string reserved;     \"Used as itemRgb as of 2004-11-22\"\n");
 if (bedFieldCount >= 10)
     dyStringAppend(dy, "   int blockCount;    \"Number of blocks\"\n");
 if (bedFieldCount >= 11)
     dyStringAppend(dy, "   int[blockCount] blockSizes; \"Comma separated list of block sizes\"\n");