Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
62f9ae0b
Commit
62f9ae0b
authored
17 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
fix grammatically grim worded error message.
parent
8b1166b3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapWindow/zmapWindowDrawFeatures.c
+4
-4
4 additions, 4 deletions
src/zmapWindow/zmapWindowDrawFeatures.c
with
4 additions
and
4 deletions
src/zmapWindow/zmapWindowDrawFeatures.c
+
4
−
4
View file @
62f9ae0b
...
...
@@ -26,9 +26,9 @@
*
* Exported functions:
* HISTORY:
* Last edited:
Dec 19 14:13
200
7
(
rds
)
* Last edited:
Jan 29 16:05
200
8
(
edgrif
)
* Created: Thu Jul 29 10:45:00 2004 (rnc)
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.
199
200
7-12-19 15:28:27 rds
Exp $
* CVS info: $Id: zmapWindowDrawFeatures.c,v 1.
200
200
8-01-30 16:42:08 edgrif
Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -415,11 +415,11 @@ gboolean zmapWindowCreateSetColumns(ZMapWindow window,
{
#ifdef ED_G_NEVER_INCLUDE_THIS_CODE
/* Temporary...while I test new styles... */
zMapShowMsg
(
ZMAP_MSG_WARNING
,
"feature set
\"
%s
\"
not displayed because its style (
\"
%s
\"
)
wa
s not valid: %s"
,
zMapShowMsg
(
ZMAP_MSG_WARNING
,
"feature set
\"
%s
\"
not displayed because its style (
\"
%s
\"
)
i
s not valid: %s"
,
name
,
name
,
style_error
->
message
)
;
#endif
/* ED_G_NEVER_INCLUDE_THIS_CODE */
zMapLogCritical
(
"feature set
\"
%s
\"
not displayed because its style (
\"
%s
\"
)
could
not valid: %s"
,
zMapLogCritical
(
"feature set
\"
%s
\"
not displayed because its style (
\"
%s
\"
)
is
not valid: %s"
,
name
,
name
,
style_error
->
message
)
;
created
=
FALSE
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment