Advertisement
Guest User

Untitled

a guest
Mar 21st, 2017
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. --- /tmp/lua-tg.c 2017-03-21 11:59:41.000000000 +0100
  2. +++ lua-tg.c 2017-03-21 12:03:18.000000000 +0100
  3. @@ -661,9 +661,9 @@
  4. struct lua_arg lua_ptr[MAX_LUA_COMMANDS];
  5. static int pos;
  6.  
  7. -static inline tgl_peer_t *get_peer (const char *s) {
  8. +/*static inline tgl_peer_t *get_peer (const char *s) {
  9. return tgl_peer_get_by_name (TLS, s);
  10. -}
  11. +}*/
  12.  
  13. enum lua_query_type {
  14. lq_contact_list,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement