Changeset b9f5a3 in git for Singular


Ignore:
Timestamp:
Apr 15, 2022, 5:03:41 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
89a5273eb2224a35e6e9362ea2c9f21b3b007c30
Parents:
e4ab80e246c2bfa5b784f51c6095d25beefe6396
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-04-15 17:03:41+02:00
git-committer:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2022-04-15 17:04:41+02:00
Message:
fix: no help without links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    re4ab80 rb9f5a3  
    8989void feHelp(char *str)
    9090{
     91  if (FE_OPT_NO_SHELL_FLAG) {WerrorS("no help available");return;}
    9192  str = strclean(str);
    9293  if (str == NULL) {heBrowserHelp(NULL); return;}
Note: See TracChangeset for help on using the changeset viewer.