1. 15 Nov, 2019 2 commits
    • Ulrich Sibiller's avatar
      Args.c: remove unreachable code · 500683ab
      Ulrich Sibiller authored
      Right at the beginnigng of nxagentParseSingleOption we check for
      "clipboard" and prepare argv and argc accordingly for
      ddxProcessArgument. The removed code thus could never be reached.
      500683ab
    • Ulrich Sibiller's avatar
      Args.c: fix unitialized variable · 773fdb6a
      Ulrich Sibiller authored
      "clipboard=something" does not need to be passed on, so return after
      setting nxagentOptions accordingly. This fixes
      
      [nx-X11/programs/Xserver/hw/nxagent/Args.c:1584]: (error) Uninitialized variable: argc
      773fdb6a
  2. 02 Nov, 2019 30 commits
  3. 01 Nov, 2019 8 commits