Re: [hackers] [libgrapheme] Implement word-segmentation || Laslo Hunhold
On Mon, Jun 06, 2022 at 10:40:33PM +0200, git_AT_suckless.org wrote:
> + /* with no breaks we break at the end */
> + if (off == len) {
> + return len;
> + } else {
> + return off;
> + }
This is just the same as `return off;` , is it not?
- NRK
Received on Wed Jun 08 2022 - 13:08:57 CEST
This archive was generated by hypermail 2.3.0
: Wed Jun 08 2022 - 13:36:30 CEST