Changes in uspace/srv/taskmon/taskmon.c [444a54e:dafa2d04] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/taskmon/taskmon.c
r444a54e rdafa2d04 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.