Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4264 → Rev 4265

/trunk/uspace/srv/loader/main.c
275,7 → 275,7
const char *cp;
/* Set the task name. */
cp = strrchr(pathname, '/');
cp = str_rchr(pathname, '/');
cp = (cp == NULL) ? pathname : (cp + 1);
task_set_name(cp);