Changeset f586db in git


Ignore:
Timestamp:
Oct 25, 1999, 6:13:19 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
fc7421d294f85b2020c01c2d1fd1603f1ebf4cb8
Parents:
2355b2f988645e7b3b430e8df8076f084849079a
Message:
*hannes: format corrections


git-svn-id: file:///usr/local/Singular/svn/trunk@3791 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/mmbt.c

    r2355b2 rf586db  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mmbt.c,v 1.18 1999-10-25 16:09:35 Singular Exp $ */
     4/* $Id: mmbt.c,v 1.19 1999-10-25 16:13:19 Singular Exp $ */
    55/*
    66* ABSTRACT: backtrace: part of memory subsystem (for linux/elf)
     
    8686            if(strstr(buf," _start\n")!=NULL)
    8787            {
    88               sscanf(buf,"%x",&mm_lowpc);
     88              sscanf(buf,"%lx",&mm_lowpc);
    8989              fgets(buf,sizeof(buf),nm);
    90               sscanf(buf,"%x",&mm_highpc);
     90              sscanf(buf,"%lx",&mm_highpc);
    9191              mm_highpc--;
    9292              break;
Note: See TracChangeset for help on using the changeset viewer.