Changeset 444a54e in mainline
- Timestamp:
- 2010-02-07T10:33:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e067dcd
- Parents:
- dafa2d04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskmon/taskmon.c
rdafa2d04 r444a54e 66 66 } 67 67 68 if (asprintf(&dump_fname, "/data/core " PRIuTASKID, taskid) < 0) {68 if (asprintf(&dump_fname, "/data/core%" PRIuTASKID, taskid) < 0) { 69 69 printf("Memory allocation failed.\n"); 70 70 return;
Note:
See TracChangeset
for help on using the changeset viewer.