<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Leif Neland wrote:
<blockquote cite="mid:4B13CF7A.4060107@neland.dk" type="cite">
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <br>
#define OPT_PEER_H           ((uint64_t)1 &lt;&lt; 34)<br>
#define OPT_SINGLE_BUSY      ((uint64_t)1 &lt;&lt; 35)<br>
  <br>
but all these constants have the value zero!<br>
  <br>
I'm compiling on FreeBSD, asterisk seems to work anyway...<br>
  <br>
Whats going on?<br>
  <br>
</blockquote>
doh... 64 bits doesn't fit in %d <br>
%llu works better.<br>
<br>
Leif<br>
<br>
</body>
</html>