- Timestamp:
- 2015-03-19T10:25:33Z (10 years ago)
- Children:
- 75e49de
- Parents:
- b4e96d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
rb4e96d6 r89e0c94 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.