Back out previous fix - this bug's got diplomatic immunity as a registered
political issue.
This commit is contained in:
parent
9a73af57e4
commit
f2d0ae8518
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user