Changeset 103e7d7 in mainline for uspace/app/getvc/getvc.c


Ignore:
Timestamp:
2009-06-15T22:24:18Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e3fa92aa
Parents:
953769f
Message:

Flush stdout before spawning shell.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/getvc/getvc.c

    r953769f r103e7d7  
    9191       
    9292        version_print(argv[1]);
     93        fflush(stdout);
    9394        task_id_t id = spawn(argv[2]);
    9495        task_wait(id);
Note: See TracChangeset for help on using the changeset viewer.