Changeset 356e2dd for lib/misc.c
- Timestamp:
- 2015-04-21T04:04:57Z (10 years ago)
- Children:
- b8c336b
- Parents:
- 291c49b (diff), 71074ac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
r291c49b r356e2dd 719 719 } 720 720 721 /* Make sure we're still inside the string */722 if (i >= len) {723 return(NULL);724 }725 726 721 /* Copy the found data */ 727 722 return(g_strndup(ret, text + i - ret));
Note: See TracChangeset
for help on using the changeset viewer.