Explorar o código

Fix arm32 compilation

Fixes #1389
Zed hai 3 meses
pai
achega
55d067957c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/parser.nim

+ 1 - 1
src/parser.nim

@@ -521,7 +521,7 @@ proc parseGraphTweet*(js: JsonNode): Tweet =
           "binding_values": %bindingObj
         }
 
-  var replyId = 0
+  var replyId: int64 = 0
   with restId, js{"reply_to_results", "rest_id"}:
     replyId = restId.getId