]> git.pld-linux.org Git - packages/armst.git/commitdiff
- kill one more warning master
authorBartłomiej Zimoń <cactus@pld-linux.org>
Sun, 24 Jun 2012 08:46:03 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    stmbl.patch -> 1.2

stmbl.patch

index ab010413cbb01b58433399d0cb6d6281c4c930c3..c0e52a40b8cfadbf2ab29c97f89583333b83423c 100644 (file)
@@ -1,5 +1,14 @@
 --- stmbl.c.oryg       2012-06-13 15:01:49.000000000 +0200
 +++ stmbl.c    2012-06-13 15:12:51.000000000 +0200
+@@ -118,7 +118,7 @@
+       printf(" chk = %x\n", checksum);
+ #endif
+       // send stream
+-      write(stmbl.device, &prefix_byte, 1);
++      rval = write(stmbl.device, &prefix_byte, 1);
+       rval = write(stmbl.device, buf, size);
+       return rval + write(stmbl.device, &checksum, 1);
+ }
 @@ -127,7 +127,7 @@
  int stmblRecv(uint8_t* buf, unsigned int size)
  {
This page took 0.133571 seconds and 4 git commands to generate.