1
0
mirror of https://github.com/osmarks/ngircd.git synced 2026-04-17 12:31:26 +00:00
Files
ngircd/src
Alexander Barton 6cb09e4c98 Explicitely cast NumConnections etc. (size_t) to "long"
This fixes the following compiler warning, for example on OpenSolaris:

  conn.c: In function 'Conn_Handler':
  conn.c:798:28: warning: format '%ld' expects argument of type 'long int',
    but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=]
2024-04-26 14:29:28 +02:00
..
2015-07-19 03:03:06 +02:00
2008-02-26 23:50:35 +01:00