Differences From Artifact [acc53cf353]:
- File src/doc.c — part of check-in [f8363db81b] at 2022-12-29 19:39:41 on branch trunk — Fix the new read-only-repo security mechanism so that it enables write access when necessary. (user: drh size: 48651) [more...]
To Artifact [e35673780f]:
- File src/doc.c — part of check-in [c71f711ec9] at 2023-02-17 14:37:16 on branch compiler-warnings — A large collection of compiler warning fixes re. signed/unsigned comparison from Daniel D. (user: stephan size: 48656) [more...]
| ︙ | |||
457 458 459 460 461 462 463 | 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 | - + |
#endif
z = zName;
for(i=0; zName[i]; i++){
if( zName[i]=='.' ) z = &zName[i+1];
}
len = strlen(z);
|
| ︙ |