Changeset 1416

Show
Ignore:
Timestamp:
09/29/09 23:22:10 (11 months ago)
Author:
ahu
Message:

64 bit compilation fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/pdns_recursor.cc

    r1414 r1416  
    19561956  cerr<<"get2 secs: "<<dt.udiff()/1000000.0<<endl; 
    19571957#endif  
    1958   t_id=(int) ptr; 
     1958  t_id=(int) (long) ptr; 
    19591959  MT=new MTasker<PacketID,string>(::arg().asNum("stack-size")); 
    19601960