Changeset af09afd for lib/xmltree.c


Ignore:
Timestamp:
2023-04-02T16:40:12Z (15 months ago)
Author:
GitHub <noreply@…>
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)
Message:

Simplify g_memdup2() usage (#179)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/xmltree.c

    r10425b2 raf09afd  
    3434
    3535/* g_memdup() deprecated as of glib 2.68.0 */
    36 #ifdef GLIB_VERSION_2_68
    37 #define g_memdup2 g_memdup2
    38 #else
     36#ifndef GLIB_VERSION_2_68
    3937#define g_memdup2 g_memdup
    4038#endif
Note: See TracChangeset for help on using the changeset viewer.