Changeset 552da22 for protocols/bee_user.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/bee_user.c
ra4ac9c4 r552da22 201 201 202 202 /* May be nice to give the UI something to compare against. */ 203 old = g_memdup (bu, sizeof(bee_user_t));203 old = g_memdup2(bu, sizeof(bee_user_t)); 204 204 205 205 /* TODO(wilmer): OPT_AWAY, or just state == NULL ? */ … … 239 239 } 240 240 241 old = g_memdup (bu, sizeof(bee_user_t));241 old = g_memdup2(bu, sizeof(bee_user_t)); 242 242 243 243 bu->status_msg = message && *message ? g_strdup(message) : NULL;
Note: See TracChangeset
for help on using the changeset viewer.