aboutsummaryrefslogtreecommitdiffstats
path: root/debian/bitlbee-common.examples
diff options
context:
space:
mode:
authorAlex Schroeder <alex@gnu.org>2017-08-09 07:55:15 +0200
committerAlex Schroeder <alex@gnu.org>2017-08-09 07:55:15 +0200
commitd11822ad2ff37193c8a5c6fc34d8c175e2281efc (patch)
tree5efd2bf1eeccd36d909d7ec811efa1c1a623c260 /debian/bitlbee-common.examples
parenta9e0de25139d71ddb979d053049b32803a97dbbc (diff)
Twitter: fix format strings for integers
Silence the following compiler warning: format specifies type 'unsigned long long' but the argument has type 'guint64'. When formatting a json_integer, use PRId64 for int64_t. When formatting ordinary integers, use G_GUINT64_FORMAT for guint64.
Diffstat (limited to 'debian/bitlbee-common.examples')
0 files changed, 0 insertions, 0 deletions
ption value='hotfix/0.20.0.14'>hotfix/0.20.0.14 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/interlock/examples/memcached.yml
blob: ce72bb1d617df2b5765d8051d63fe5af4dffb440 (plain)
1
2
3
4
5
6
7
8
9
10
11
defaults:
  namespace: myapp
  sessions: false
  client: memcache-client
development:
  servers:
    - 127.0.0.1:11211
production:
  servers
    - 10.12.128.1
    - 10.12.128.2