File uosnes-rpmlint.patch of Package uosnes

--- common/urarlib.c
+++ common/urarlib.c
@@ -1730,8 +1730,10 @@
     if (InAddr>sizeof(InBuf)-5)
       UnpReadBuf(0);
     DecodeNumber((struct Decode *)&BD);
-    if (Number<16)
-      Table[I++]=(Number+UnpOldTable[I]) & 0xf;
+    if (Number<16) {
+      Table[I]=(Number+UnpOldTable[I]) & 0xf;
+      I++;
+    }
     else
       if (Number==16)
       {
openSUSE Build Service is sponsored by