Changeset 552da22 for protocols/purple/purple.c
- Timestamp:
- 2023-04-01T20:29:42Z (20 months ago)
- Branches:
- master
- Children:
- 10425b2
- Parents:
- a4ac9c4
- git-author:
- David Cantrell <dcantrell@…> (01-04-23 20:29:42)
- git-committer:
- GitHub <noreply@…> (01-04-23 20:29:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/purple/purple.c
ra4ac9c4 r552da22 1937 1937 } 1938 1938 1939 ret = g_memdup (&funcs, sizeof(funcs));1939 ret = g_memdup2(&funcs, sizeof(funcs)); 1940 1940 ret->name = ret->data = prot->info->id; 1941 1941 if (strncmp(ret->name, "prpl-", 5) == 0) {
Note: See TracChangeset
for help on using the changeset viewer.