Skip to content

Commit

Permalink
Call uv_setup_args() in main. Fixes getProcessTitle()
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Jul 3, 2012
1 parent ee604fd commit 4b997a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/luvit_main.c
Expand Up @@ -38,6 +38,8 @@

int main(int argc, char *argv[])
{
argv = uv_setup_args(argc, argv);

lua_State *L;
uv_loop_t *loop;

Expand Down

0 comments on commit 4b997a6

Please sign in to comment.