Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376959
b: refs/heads/master
c: 5402b80
h: refs/heads/master
i:
  376957: f1b69c0
  376955: cbff384
  376951: 485c2ae
  376943: 13c8c1f
  376927: d8fa4c0
  376895: d3f041c
  376831: 2085f68
v: v3
  • Loading branch information
Chen Gang authored and Linus Torvalds committed Jun 12, 2013
1 parent a68c2d5 commit 3f0d9f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 637241a900cbd982f744d44646b48a273d609b34
refs/heads/master: 5402b8047b0d286b6501f9097891cbf1e06daa3a
2 changes: 1 addition & 1 deletion trunk/lib/mpi/mpicoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ MPI mpi_read_raw_data(const void *xbuffer, size_t nbytes)
mpi_limb_t a;
MPI val = NULL;

while (nbytes >= 0 && buffer[0] == 0) {
while (nbytes > 0 && buffer[0] == 0) {
buffer++;
nbytes--;
}
Expand Down

0 comments on commit 3f0d9f7

Please sign in to comment.