Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

GeneralDSEventData.cs bug #1

Open
dieseloreo opened this issue Sep 7, 2016 · 2 comments
Open

GeneralDSEventData.cs bug #1

dieseloreo opened this issue Sep 7, 2016 · 2 comments

Comments

@dieseloreo
Copy link

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
Copy link

gregoryyoung commented Sep 8, 2016

Want to send a PR?

@dieseloreo
Copy link
Author

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

-------- Original Message --------
Subject: Re: [EventStore/csharp-ldap] GeneralDSEventData.cs bug (#1)
From: Greg Young [email protected]
Date: Thu, September 08, 2016 4:46 am
To: EventStore/csharp-ldap [email protected]
Cc: dieseloreo [email protected], Author
[email protected]

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants