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:
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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user