EventStore / csharp-ldap

GitHub mirror of Novell's C# LDAP library (Novell.Directory.Ldap)
MIT License
23 stars 13 forks source link

GeneralDSEventData.cs bug #1

Open dieseloreo opened 8 years ago

dieseloreo commented 8 years ago

at line 194 the return of the dec.decoderNumberic iss cast as 32 bit while the return is 64 bit.

I had to modify the line to the following to get GeneralDSEvents to return Properly.

  int ReturnValue = System.Convert.ToInt32(dec.decodeNumeric(data, length));
  return ReturnValue;
  //return (int)(dec.decodeNumeric(data, length));
gregoryyoung commented 8 years ago

Want to send a PR?

dieseloreo commented 8 years ago

sure, just fill me on an what a OR is :)

-------- Original Message -------- Subject: Re: [EventStore/csharp-ldap] GeneralDSEventData.cs bug (#1) From: Greg Young notifications@github.com Date: Thu, September 08, 2016 4:46 am To: EventStore/csharp-ldap csharp-ldap@noreply.github.com Cc: dieseloreo webwillow@thewebwillow.com, Author author@noreply.github.com

Want to send a OR> —You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or mute the thread.