mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-17 05:09:53 +01:00
Renamed BdfWriter methods, added support for NULL_VALUE.
This commit is contained in:
@@ -196,7 +196,7 @@ abstract class Connector extends Thread {
|
||||
|
||||
protected void sendTimestamp(BdfWriter w, long timestamp)
|
||||
throws IOException {
|
||||
w.writeInteger(timestamp);
|
||||
w.writeLong(timestamp);
|
||||
w.flush();
|
||||
if (LOG.isLoggable(INFO)) LOG.info(pluginName + " sent timestamp");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user