- Timestamp:
- 2015-04-10T17:10:41Z (10 years ago)
- Branches:
- master
- Children:
- 3058c30
- Parents:
- 913a663
- git-author:
- dequis <dx@…> (19-03-15 10:25:33)
- git-committer:
- dequis <dx@…> (10-04-15 17:10:41)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
r913a663 r73b1a8e 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.