Changes in lib/misc.c [73b1a8e:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/misc.c
r73b1a8e r5ebff60 719 719 } 720 720 721 /* Make sure we're still inside the string */ 722 if (i >= len) { 723 return(NULL); 724 } 725 721 726 /* Copy the found data */ 722 727 return(g_strndup(ret, text + i - ret));
Note: See TracChangeset
for help on using the changeset viewer.