Changeset 9a236df in git for Singular/fehelp.cc


Ignore:
Timestamp:
Jan 8, 2014, 4:28:43 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
9351bbb04b6e0929df3ea03400aa1dba233a27b3
Parents:
116023a845c79844d3c14702788a6bda90297703
Message:
fix: comment for iiLocateLIB
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    r116023 r9a236df  
    757757  char libnamebuf[128];
    758758  FILE *fp=NULL;
    759   // first, search for library of that name in LIB string
     759  // first, search for library of that name
    760760  if ((str[1]!='\0') &&
    761761      ((iiLocateLib(str, libnamebuf) && (fp=feFopen(libnamebuf, "rb")) !=NULL)
Note: See TracChangeset for help on using the changeset viewer.