2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-04-24 18:30:51 +08:00

Tweaked .m4 file for a specific case.

This commit is contained in:
Ward Fisher 2015-10-21 19:11:22 +00:00
parent 4aca5795ac
commit 225050c4b7

@ -245,7 +245,7 @@ swapn4b(void *dst, const void *src, size_t nn)
ip += 16;
nn -= 4;
}
while(nn-- > 0)
while(nn-- != 0)
{
op[0] = ip[3];
op[1] = ip[2];