Changeset 6140a3 in git


Ignore:
Timestamp:
Apr 2, 2015, 4:50:20 PM (8 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
92a50b83d0933aab94cc832bf585c02a0dce9d3d
Parents:
4ec7338829b2741a2b2f4c879b9bfd0ec67f410d
Message:
fix: typo in iiOpsTwoChar (used by system("install"...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r4ec7338 r6140a3  
    132132    case ':': if (s[1]==':') return COLONCOLON;
    133133              else           return 0;
    134     case '-': if (s[1]=='-') return COLONCOLON;
     134    case '-': if (s[1]=='-') return MINUSMINUS;
    135135              else           return 0;
    136136    case '+': if (s[1]=='+') return PLUSPLUS;
Note: See TracChangeset for help on using the changeset viewer.