src/hg/hgTracks/hgTracks.c 1.1581
1.1581 2009/07/10 01:42:21 markd
use hUserAbort to prevent unneed stack track
Index: src/hg/hgTracks/hgTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.c,v
retrieving revision 1.1580
retrieving revision 1.1581
diff -b -B -U 4 -r1.1580 -r1.1581
--- src/hg/hgTracks/hgTracks.c 7 Jul 2009 16:40:45 -0000 1.1580
+++ src/hg/hgTracks/hgTracks.c 10 Jul 2009 01:42:21 -0000 1.1581
@@ -4476,9 +4476,9 @@
&& (defaultPosition != NULL))
position = cloneString(defaultPosition);
if (sameString(position, ""))
{
- errAbort("Please go back and enter a coordinate rangeor a search term in the \"position\" field.<br>For example: chr22:20100000-20200000.\n");
+ hUserAbort("Please go back and enter a coordinate rangeor a search term in the \"position\" field.<br>For example: chr22:20100000-20200000.\n");
}
chromName = NULL;
winStart = 0;