Changeset 1c635d6 in mainline for uspace/lib/gui
- Timestamp:
 - 2014-08-26T15:12:12Z (11 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 613d644
 - Parents:
 - df7f5cea
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/lib/gui/terminal.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/lib/gui/terminal.c
rdf7f5cea r1c635d6 104 104 static void getterm(const char *svc, const char *app) 105 105 { 106 task_spawnl(NULL, APP_GETTERM, APP_GETTERM, svc, LOCFS_MOUNT_POINT,107 "--msg", "--wait", "--", app, NULL);106 task_spawnl(NULL, NULL, APP_GETTERM, APP_GETTERM, svc, 107 LOCFS_MOUNT_POINT, "--msg", "--wait", "--", app, NULL); 108 108 } 109 109  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  