5eee234b477ed74599b35af7cbad1de195fae16b kent Sat Jan 21 14:18:32 2017 -0800 Adding cmpStringOrder routine to force order to conform to a predefined explicit nonalphabetical order. diff --git src/lib/common.c src/lib/common.c index 42bf462..647513e 100644 --- src/lib/common.c +++ src/lib/common.c @@ -2451,30 +2451,49 @@ while (nextStringInList(&p) != NULL) cnt++; return cnt; } int stringArrayIx(char *string, char *array[], int arraySize) /* Return index of string in array or -1 if not there. */ { int i; for (i=0; i