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.
- package/engage.cpp +1 -1
- 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