Skip to content
  • Stefano Bonicatti's avatar
    Fix bundle and preset loading · c7b77015
    Stefano Bonicatti authored and Halla Rempt's avatar Halla Rempt committed
    On Windows the code to parse the bundle name and the relative path to the
    filename inside the bundle fails because columns are used as a reference
    tp split the string and the partition labels contains columns.
    Since we are interested in the last ones anyway, we use lastIndexOf
    instead of indexOf.
    c7b77015