engage-engine 1.234.90740001 → 1.234.90740002

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/engage.cpp +1 -1
  2. package/package.json +1 -1
package/engage.cpp CHANGED
@@ -1171,7 +1171,7 @@ NAN_METHOD(verifyRiff)
1171
1171
  //--------------------------------------------------------
1172
1172
  NAN_METHOD(getRiffDescriptor)
1173
1173
  {
1174
- const char *rc = engageGetRiffDescriptor();
1174
+ const char *rc = engageGetRiffDescriptor(STRVAL(0));
1175
1175
 
1176
1176
  if(rc == nullptr)
1177
1177
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engage-engine",
3
- "version": "1.234.90740001",
3
+ "version": "1.234.90740002",
4
4
  "description": "Use Engage to communicate with everyone, everywhere, from any device",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"