Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/taskmon/taskmon.c

    r444a54e rdafa2d04  
    6666        }
    6767
    68         if (asprintf(&dump_fname, "/data/core%" PRIuTASKID, taskid) < 0) {
     68        if (asprintf(&dump_fname, "/data/core" PRIuTASKID, taskid) < 0) {
    6969                printf("Memory allocation failed.\n");
    7070                return;
Note: See TracChangeset for help on using the changeset viewer.