Skip to content
  • Florian Müllner's avatar
    shell: Don't use g_memmove() · 208c5e95
    Florian Müllner authored and Georges Basile Stavracas Neto's avatar Georges Basile Stavracas Neto committed
    Glib stopped providing any fallback implementations on systems without
    memmove() all the way back in 2013. Since then, the symbol is a simple
    macro around memmove(); use that function directly now that glib added
    a deprecation warning.
    
    !632
    208c5e95