src/hg/hgTables/gffOut.c 1.18
1.18 2009/04/16 18:22:01 angie
Use new constant for 'No results' message.
Index: src/hg/hgTables/gffOut.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/gffOut.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -B -U 4 -r1.17 -r1.18
--- src/hg/hgTables/gffOut.c 17 Mar 2009 04:28:38 -0000 1.17
+++ src/hg/hgTables/gffOut.c 16 Apr 2009 18:22:01 -0000 1.18
@@ -268,7 +268,7 @@
}
slFreeList(&gffList);
}
if (itemCount == 0)
- hPrintf("\n# No results returned from query.\n\n");
+ hPrintf(NO_RESULTS);
}