Skip to content
  • Marco Trevisan's avatar
    fp-print: Don't byte-swap two times the NBIS array contents · de271a0e
    Marco Trevisan authored and Marco Trevisan's avatar Marco Trevisan committed
    When serializing an image print in big endian machine we ended up
    swapping the arrays contents two times, first when adding the values and
    eventually when calling g_variant_byteswap which already handles this
    properly.
    
    With this, we get the test passing into s390x.
    
    Fixes: #236
    de271a0e