From 414adb237bc51e0e1b7321364dd73d9b3e635733 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 17 Sep 2012 10:24:52 -0400 Subject: Parse votes with >31 flags correctly We were doing (1<n_args; ++i) { int p = smartlist_string_pos(vote->known_flags, tok->args[i]); if (p >= 0) { - vote_rs->flags |= (1<flags |= (U64_LITERAL(1)<args[i])); -- cgit v1.2.3-54-g00ecf