diff options
author | George Hazan <ghazan@miranda.im> | 2018-01-03 19:34:25 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-01-03 19:34:39 +0300 |
commit | a0ad33a285bac4d7f0ad3f29c9edc925e8c1429e (patch) | |
tree | 68f2f839a567fa98f7941de08cf9bfb0ad37c3e9 /protocols/FacebookRM/src/requests | |
parent | 8fd0e627d37cd4aef97f2c49e5b042e86e184544 (diff) |
code cleaning
Diffstat (limited to 'protocols/FacebookRM/src/requests')
-rw-r--r-- | protocols/FacebookRM/src/requests/feeds.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/requests/feeds.h b/protocols/FacebookRM/src/requests/feeds.h index 0690998d2f..7cc9fa0d3c 100644 --- a/protocols/FacebookRM/src/requests/feeds.h +++ b/protocols/FacebookRM/src/requests/feeds.h @@ -57,7 +57,7 @@ public: << CHAR_PARAM("last_section_key", "regular_story") << INT_PARAM("__be", -1) << CHAR_PARAM("__pc", "PHASED:DEFAULT") - << INT64_PARAM("timestamp", ::time(NULL)) + << INT64_PARAM("timestamp", ::time(nullptr)) << CHAR_PARAM("__dyn", fc->__dyn()) << CHAR_PARAM("__req", fc->__req()) << CHAR_PARAM("__rev", fc->__rev()) |