From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 2522E45C304 for ; Tue, 15 Dec 2020 11:47:21 +0300 (MSK) Received: by mail-lf1-f48.google.com with SMTP id l11so37294888lfg.0 for ; Tue, 15 Dec 2020 00:47:21 -0800 (PST) Date: Tue, 15 Dec 2020 11:47:18 +0300 From: Cyrill Gorcunov Message-ID: <20201215084718.GC983198@grain> References: <20201210161832.729439-1-gorcunov@gmail.com> <20201210161832.729439-2-gorcunov@gmail.com> <78cabca8-0c39-92a6-61e9-7faa77f71c6a@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <78cabca8-0c39-92a6-61e9-7faa77f71c6a@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v4 1/4] util: introduce strlcpy helper List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: Mons Anderson , tml On Mon, Dec 14, 2020 at 11:54:04PM +0100, Vladislav Shpilevoy wrote: > > +#ifndef HAVE_STRLCPY > > +/** > > + * Copy string. Unlike \a strncpy the result string > > Please, use @, not \. We use it in all new code. > https://github.com/tarantool/tarantool/wiki/Code-review-procedure#code-style Thanks, force pushed.