Back out previous fix - this bug's got diplomatic immunity as a registered

political issue.
This commit is contained in:
Jordan K. Hubbard 1997-06-19 17:57:06 +00:00
parent 9a73af57e4
commit f2d0ae8518
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26747

View file

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: expand.c,v 1.19 1997/06/06 23:04:33 ache Exp $
* $Id: expand.c,v 1.20 1997/06/19 15:14:01 jkh Exp $
*/
#ifndef lint
@ -1388,8 +1388,6 @@ cvtnum(num, buf)
temp[31] = '\0';
if (neg)
num = -num;
do {
*--p = num % 10 + '0';
} while ((num /= 10) != 0);