Skip to content
  • Lorenz Huedepohl's avatar
    Two little errors in manual_cpp · a7dc7667
    Lorenz Huedepohl authored
    - execvp needs the programs name also as first argument in the argument
      list
    - len(files) == 1 (i.e. the normal case) was omitted in the last second
      when the error handling was improved
    a7dc7667