emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trunk r117128: Allow any non-nil value to count as true in bool-vect


From: Davis Herring
Subject: Re: trunk r117128: Allow any non-nil value to count as true in bool-vector.
Date: Tue, 20 May 2014 08:33:46 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110717 Lanikai/3.1.11

>>        sprintf (signature, "%c", dtype);

sprintf catches the eye, of course.  Why not just write this?

  *signature = dtype;

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]