~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to trampoline/trampoline.c

  • Committer: mattgiuca
  • Date: 2007-12-20 03:54:43 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:96
Got the trampoline going.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        exit(1);
40
40
    }
41
41
 
42
 
    execv(argv[4], argv + 5);
 
42
    execv(argv[4], argv + 4);
43
43
 
44
44
    /* nb exec won't return unless there was an error */
45
45
    perror("could not exec");