Commit b45c0e3f authored by stoutjesdijk's avatar stoutjesdijk 🎧
Browse files

pacifying compiler

parent e8691f01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2214,7 +2214,7 @@ static void convert_backslash( char *str )
    int32_t i, len;

    /* check that all backslashes are correct on the given platform */
    len = strlen( str );
    len = (int32_t) strlen( str );

    for ( i = 0; i < len; i++ )
    {