Fossil SCM

Fix the text of one of the error messages generated by the artifact parser.

drh 2012-11-22 11:54 trunk
Commit 7b8e475268419c923d626c456c4e115fe7ea2d65
1 file changed +1 -1
+1 -1
--- src/manifest.c
+++ src/manifest.c
@@ -833,11 +833,11 @@
833833
default: {
834834
SYNTAX("unrecognized card");
835835
}
836836
}
837837
}
838
- if( x.z<x.zEnd ) SYNTAX("card in the wrong order");
838
+ if( x.z<x.zEnd ) SYNTAX("extra characters at end of card");
839839
840840
if( p->nFile>0 || p->zRepoCksum!=0 || p->zBaseline ){
841841
if( p->nCChild>0 ) SYNTAX("M-card in check-in");
842842
if( p->rDate<=0.0 ) SYNTAX("missing date for check-in");
843843
if( p->nField>0 ) SYNTAX("J-card in check-in");
844844
--- src/manifest.c
+++ src/manifest.c
@@ -833,11 +833,11 @@
833 default: {
834 SYNTAX("unrecognized card");
835 }
836 }
837 }
838 if( x.z<x.zEnd ) SYNTAX("card in the wrong order");
839
840 if( p->nFile>0 || p->zRepoCksum!=0 || p->zBaseline ){
841 if( p->nCChild>0 ) SYNTAX("M-card in check-in");
842 if( p->rDate<=0.0 ) SYNTAX("missing date for check-in");
843 if( p->nField>0 ) SYNTAX("J-card in check-in");
844
--- src/manifest.c
+++ src/manifest.c
@@ -833,11 +833,11 @@
833 default: {
834 SYNTAX("unrecognized card");
835 }
836 }
837 }
838 if( x.z<x.zEnd ) SYNTAX("extra characters at end of card");
839
840 if( p->nFile>0 || p->zRepoCksum!=0 || p->zBaseline ){
841 if( p->nCChild>0 ) SYNTAX("M-card in check-in");
842 if( p->rDate<=0.0 ) SYNTAX("missing date for check-in");
843 if( p->nField>0 ) SYNTAX("J-card in check-in");
844

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button