Fossil SCM
Allow a manifest to have no F-cards.
Commit
6f8cd72b08e3d6c53df0b2d9d1a8e94fb8d63513
Parent
172e16aeece1fad…
1 file changed
-1
-1
| --- src/manifest.c | ||
| +++ src/manifest.c | ||
| @@ -835,11 +835,10 @@ | ||
| 835 | 835 | if( !seenZ ) goto manifest_syntax_error; |
| 836 | 836 | p->type = CFTYPE_ATTACHMENT; |
| 837 | 837 | }else{ |
| 838 | 838 | if( p->nCChild>0 ) goto manifest_syntax_error; |
| 839 | 839 | if( p->rDate<=0.0 ) goto manifest_syntax_error; |
| 840 | - if( p->nParent>0 ) goto manifest_syntax_error; | |
| 841 | 840 | if( p->nField>0 ) goto manifest_syntax_error; |
| 842 | 841 | if( p->zTicketUuid ) goto manifest_syntax_error; |
| 843 | 842 | if( p->zWikiTitle ) goto manifest_syntax_error; |
| 844 | 843 | if( p->zTicketUuid ) goto manifest_syntax_error; |
| 845 | 844 | p->type = CFTYPE_MANIFEST; |
| 846 | 845 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -835,11 +835,10 @@ | |
| 835 | if( !seenZ ) goto manifest_syntax_error; |
| 836 | p->type = CFTYPE_ATTACHMENT; |
| 837 | }else{ |
| 838 | if( p->nCChild>0 ) goto manifest_syntax_error; |
| 839 | if( p->rDate<=0.0 ) goto manifest_syntax_error; |
| 840 | if( p->nParent>0 ) goto manifest_syntax_error; |
| 841 | if( p->nField>0 ) goto manifest_syntax_error; |
| 842 | if( p->zTicketUuid ) goto manifest_syntax_error; |
| 843 | if( p->zWikiTitle ) goto manifest_syntax_error; |
| 844 | if( p->zTicketUuid ) goto manifest_syntax_error; |
| 845 | p->type = CFTYPE_MANIFEST; |
| 846 |
| --- src/manifest.c | |
| +++ src/manifest.c | |
| @@ -835,11 +835,10 @@ | |
| 835 | if( !seenZ ) goto manifest_syntax_error; |
| 836 | p->type = CFTYPE_ATTACHMENT; |
| 837 | }else{ |
| 838 | if( p->nCChild>0 ) goto manifest_syntax_error; |
| 839 | if( p->rDate<=0.0 ) goto manifest_syntax_error; |
| 840 | if( p->nField>0 ) goto manifest_syntax_error; |
| 841 | if( p->zTicketUuid ) goto manifest_syntax_error; |
| 842 | if( p->zWikiTitle ) goto manifest_syntax_error; |
| 843 | if( p->zTicketUuid ) goto manifest_syntax_error; |
| 844 | p->type = CFTYPE_MANIFEST; |
| 845 |