Explorar el Código

Fix arm32 compilation

Fixes #1389
Zed hace 3 meses
padre
commit
55d067957c
Se han modificado 1 ficheros con 1 adiciones y 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