Changeset 7ab7075f in mainline for uspace/lib/sif/src/sif.c
- Timestamp:
- 2018-08-06T18:40:12Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1dcba91
- Parents:
- 7afd12e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/sif/src/sif.c
r7afd12e5 r7ab7075f 203 203 } 204 204 205 f = fopen(fname, "w ");205 f = fopen(fname, "wx"); 206 206 if (f == NULL) { 207 207 rc = EIO;
Note:
See TracChangeset
for help on using the changeset viewer.