mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[c-host] provide a platform agnostic method of passing args to app_main
This commit is contained in:
@@ -174,7 +174,7 @@ int main(int argc, char * argv[])
|
||||
|
||||
signal(SIGINT, sigHandler);
|
||||
|
||||
int result = app_main();
|
||||
int result = app_main(argc, argv);
|
||||
os_shmemUnmap();
|
||||
close(app.shmFD);
|
||||
|
||||
|
Reference in New Issue
Block a user