Diff
Not logged in

Differences From:

File src/manifest.c part of check-in [5b58559c0c] - Bug fix in the mlink table builder. Use the "rebuild" method to correct the problem in preexisting repositories. by drh on 2007-07-31 20:53:10. [view]

To:

File src/manifest.c part of check-in [e37451d9c2] - Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. by drh on 2007-08-01 21:59:38. [view]

@@ -97,8 +97,9 @@
         break;
       }
       while( blob_line(pContent, &line)>1 ){}
       if( blob_line(pContent, &line)==0 ) break;
+      z = blob_buffer(&line);
     }
     seenHeader = 1;
     if( blob_token(&line, &token)!=1 ) goto manifest_syntax_error;
     if( z[0]=='F' ){