Changeset e18de3c in mainline


Ignore:
Timestamp:
2011-11-18T15:25:28Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b12ca16
Parents:
2674db6
Message:

write mode changed to append

File:
1 edited

Legend:

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

    r2674db6 re18de3c  
    6363        file_name = argv[2];
    6464
    65         file = fopen(file_name, "w");
     65        file = fopen(file_name, "a");
    6666        if (file == NULL) {
    6767                printf("Failed opening file\n");
Note: See TracChangeset for help on using the changeset viewer.