Differences From Artifact [2472dfa373]:
- File src/dispatch.c — part of check-in [cd061779d2] at 2020-06-27 17:05:41 on branch trunk — Typos in the help text and the change log. (user: drh size: 36544)
To Artifact [03e6868b91]:
- File src/dispatch.c — part of check-in [bb6e1fe75b] at 2020-07-18 22:21:49 on branch trunk — Minor formatting tweak to the help-to-html converter. (user: drh size: 36557) [more...]
| ︙ | |||
246 247 248 249 250 251 252 | 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 | - + |
blob_append(pOut, z+i, j-i);
i = j;
}else{
for(j=i; j<n && z[j]!=' ' && z[j]!='=' && !fossil_isalpha(z[j]); j++){}
if( j>=n || z[j]==' ' || z[j]=='=' ){
zEnd = "";
}else{
|
| ︙ |