Differences From Artifact [cd96c3b433]:
- File src/fileedit.c — part of check-in [2512d2d472] at 2023-01-09 13:06:49 on branch trunk — Further consistency improvements in docs for various commands. (user: km size: 73500) [more...]
To Artifact [db34273e01]:
- File src/fileedit.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: 73505) [more...]
| ︙ | |||
615 616 617 618 619 620 621 | 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 | - + |
}
}else{
assert(CIMINI_CONVERT_EOL_WINDOWS & pCI->flags);
if(!(LOOK_CRLF & lookNew)){
blob_add_cr(&pCI->fileContent);
}
}
|
| ︙ |