Skip to content
  • Sergio Costas's avatar
    Fix string comparison · a70e9fbd
    Sergio Costas authored and Ondrej Holy's avatar Ondrej Holy committed
    In several places, the code compares to strings by comparing
    their pointers instead of using g_strcmp0(). Although this
    seems to work, it is incorrect.
    
    This MR fixes it.
    a70e9fbd