This commit is contained in:
tokslaw7
2023-09-22 07:42:35 +00:00
parent cdb919b982
commit b0bd6cb8c0
+1
View File
@@ -136,6 +136,7 @@ PHP_METHOD(WrenchBoard, wrenchboard_api)
logfmt( logINFO, "RET: %s=%s", i->first.c_str(), i->second.c_str() );
strsafecpy( out_key, i->first.c_str(), out_value_size );
strsafecpy( out_value, i->second.c_str(), out_value_size );
logfmt( logINFO, "RET: %s=%s", out_key, out_value);
if (strlen(out_key)>0) {
/*
char *str;