Re: [hackers] [libgrapheme] Implement word-segmentation || Laslo Hunhold

From: NRK <nrk_AT_disroot.org>
Date: Wed, 8 Jun 2022 17:08:57 +0600

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