Changeset 272f4271 in mainline
- Timestamp:
- 2005-09-11T13:42:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61a9bbe
- Parents:
- 788ccb04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lib/sort.c
r788ccb04 r272f4271 42 42 43 43 if (!tmp || !pivot) { 44 panic(" qsort():Cannot allocate memory\n");44 panic("Cannot allocate memory\n"); 45 45 } 46 46
Note:
See TracChangeset
for help on using the changeset viewer.