Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://solsvn.oma.be/home/sidc/ssr/SWHV_repos/trunk/server/esajpip@5508 b4e469a2-07ce-4b26-9273-4d7d95a670c7
  • Loading branch information
bogdanni committed Oct 1, 2015
1 parent c0a9f2a commit bcb434b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esajpip/esajpip/src/jpip/databin_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ namespace jpip
res = WriteSegment<DataBinClass::PRECINCT>(current_idx, bin_id, segment, bin_offset, last_packet);

if(res < 0) return false;
else if(res >= 0) { //!
else if(res > 0) {
if (current_idx != range.last) current_idx++;
else
{
Expand Down

0 comments on commit bcb434b

Please sign in to comment.