Commit 273d0aff authored by vvaltman's avatar vvaltman

fixed get difference

parent 8cee8b51
...@@ -2854,7 +2854,11 @@ static int get_difference_on_answer (struct query *q UU) { ...@@ -2854,7 +2854,11 @@ static int get_difference_on_answer (struct query *q UU) {
bl_do_set_pts (fetch_int ()); bl_do_set_pts (fetch_int ());
bl_do_set_qts (fetch_int ()); bl_do_set_qts (fetch_int ());
bl_do_set_date (fetch_int ()); bl_do_set_date (fetch_int ());
bl_do_set_seq (fetch_int ()); if (x == CODE_updates_difference) {
bl_do_set_seq (fetch_int ());
} else {
fetch_int ();
}
//unread_messages = fetch_int (); //unread_messages = fetch_int ();
fetch_int (); fetch_int ();
//write_state_file (); //write_state_file ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment