Browse Source

fix crash #1 on osx

metaverse
Scott Sadler 6 years ago
parent
commit
0af81154e3
  1. 4
      src/cryptoconditions/src/internal.h

4
src/cryptoconditions/src/internal.h

@ -56,8 +56,8 @@ typedef struct CCType {
/*
* Globals
*/
struct CCType *CCTypeRegistry[32];
int CCTypeRegistryLength;
extern struct CCType *CCTypeRegistry[16];
extern int CCTypeRegistryLength;
/*

Loading…
Cancel
Save