CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/08/28 08:30:26
Modified files:
usr.bin/sed : process.c
Log message:
Fix the case where the pattern space is empty but does not start
with a NUL character, which might occur after using the D command.
>From Mohamed Akram
