Use htobuf16 for 0 value instead of htobe16buf

This commit is contained in:
Francisco Blas (klondike) Izquierdo Riera 2014-12-30 15:42:24 +01:00
parent 700c53e60a
commit b5f624a10f

View File

@ -149,7 +149,7 @@ namespace i2p
else
{
// nothing to exclude
htobe16buf (buf, 0);
htobuf16 (buf, 0);
buf += 2;
}
}