Changeset 959d2ec in mainline for uspace/app/ping/ping.c
- Timestamp:
- 2013-05-08T10:29:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d242cb6
- Parents:
- 9f029aa
- File:
-
- 1 edited
-
uspace/app/ping/ping.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/ping/ping.c
r9f029aa r959d2ec 234 234 235 235 if (hinfo != NULL) { 236 rc = asprintf(&sdest, "%s (%s)", hinfo-> name, adest);236 rc = asprintf(&sdest, "%s (%s)", hinfo->cname, adest); 237 237 if (rc < 0) { 238 238 printf(NAME ": Out of memory.\n");
Note:
See TracChangeset
for help on using the changeset viewer.
