Changeset 76fead in git for libpolys/polys/mod_raw.cc


Ignore:
Timestamp:
Jul 18, 2011, 5:45:16 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
c6474a786b054e209421ddeaf8aa820904161457
Parents:
c15fb027c86f5b034e29b00b2a1d48cc95720689
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2011-07-18 17:45:16+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:39:56+01:00
Message:
syntax fix after rebase
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/mod_raw.cc

    rc15fb0 r76fead  
    8484  }
    8585
    86   if( (strncmp(buf, &mach_o_module[0], 4)==0)) /* Mach-O bundle */
     86  if( (strncmp(buf, (const char *)mach_O, 4)==0)) /* Mach-O bundle */
    8787  {
    8888    LT = LT_MACH_O;
Note: See TracChangeset for help on using the changeset viewer.