Changeset af09afd for lib/json_util.c
- Timestamp:
- 2023-04-02T16:40:12Z (19 months ago)
- Branches:
- master
- Children:
- 92a03a0
- Parents:
- 10425b2
- git-author:
- Robert Scheck <robert-scheck@…> (02-04-23 16:40:12)
- git-committer:
- GitHub <noreply@…> (02-04-23 16:40:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/json_util.c
r10425b2 raf09afd 29 29 30 30 /* g_memdup() deprecated as of glib 2.68.0 */ 31 #ifdef GLIB_VERSION_2_68 32 #define g_memdup2 g_memdup2 33 #else 31 #ifndef GLIB_VERSION_2_68 34 32 #define g_memdup2 g_memdup 35 33 #endif
Note: See TracChangeset
for help on using the changeset viewer.