Changes in uspace/lib/gui/terminal.c [1c635d6:593e023] in mainline
- File:
-
- 1 edited
-
uspace/lib/gui/terminal.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
r1c635d6 r593e023 104 104 static void getterm(const char *svc, const char *app) 105 105 { 106 task_spawnl(NULL, NULL, APP_GETTERM, APP_GETTERM, svc,107 LOCFS_MOUNT_POINT,"--msg", "--wait", "--", app, NULL);106 task_spawnl(NULL, APP_GETTERM, APP_GETTERM, svc, LOCFS_MOUNT_POINT, 107 "--msg", "--wait", "--", app, NULL); 108 108 } 109 109
Note:
See TracChangeset
for help on using the changeset viewer.
